KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > test > wsdl > interop3 > docLit > 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.docLit;
9
10 public class WSDLInteropTestDocLitPortBindingImpl implements test.wsdl.interop3.docLit.WSDLInteropTestDocLitPortType {
11     public java.lang.String JavaDoc echoString(java.lang.String JavaDoc echoStringParam) throws java.rmi.RemoteException JavaDoc {
12         return echoStringParam;
13     }
14
15     public test.wsdl.interop3.docLit.xsd.ArrayOfstring_literal echoStringArray(test.wsdl.interop3.docLit.xsd.ArrayOfstring_literal echoStringArrayParam) throws java.rmi.RemoteException JavaDoc {
16         return echoStringArrayParam;
17     }
18
19     public test.wsdl.interop3.docLit.xsd.SOAPStruct echoStruct(test.wsdl.interop3.docLit.xsd.SOAPStruct echoStructParam) throws java.rmi.RemoteException JavaDoc {
20         return echoStructParam;
21     }
22
23     public void echoVoid() throws java.rmi.RemoteException JavaDoc {
24     }
25
26 }
27
Popular Tags