KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > test > wsdl > anytype > AnyServiceSoapBindingImpl


1 /**
2  * AnyServiceSoapBindingImpl.java
3  *
4  * This file was auto-generated from WSDL
5  * by the Apache Axis WSDL2Java emitter.
6  */

7
8 package test.wsdl.anytype;
9
10 public class AnyServiceSoapBindingImpl implements test.wsdl.anytype.AnyService{
11     public java.lang.Object JavaDoc run() throws java.rmi.RemoteException JavaDoc {
12         return new String JavaDoc("hello");
13     }
14
15 }
16
Popular Tags