KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > test > wsdl > interop3 > docLitParam > WSDLInteropTestDocLitPortBindingImpl


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

7
8 package test.wsdl.interop3.docLitParam;
9
10 public class WSDLInteropTestDocLitPortBindingImpl implements test.wsdl.interop3.docLitParam.WSDLInteropTestDocLitPortType {
11     public java.lang.String JavaDoc echoString(java.lang.String JavaDoc param0) throws java.rmi.RemoteException JavaDoc {
12         return param0;
13     }
14
15     public test.wsdl.interop3.docLitParam.xsd.ArrayOfstring_Literal echoStringArray(test.wsdl.interop3.docLitParam.xsd.ArrayOfstring_Literal param0) throws java.rmi.RemoteException JavaDoc {
16         return param0;
17     }
18
19     public test.wsdl.interop3.docLitParam.xsd.SOAPStruct echoStruct(test.wsdl.interop3.docLitParam.xsd.SOAPStruct param0) throws java.rmi.RemoteException JavaDoc {
20         return param0;
21     }
22
23     public void echoVoid() throws java.rmi.RemoteException JavaDoc {
24     }
25
26 }
27
Popular Tags