1 7 8 package test.wsdl.interop3.docLit; 9 10 public class WSDLInteropTestDocLitPortBindingImpl implements test.wsdl.interop3.docLit.WSDLInteropTestDocLitPortType { 11 public java.lang.String echoString(java.lang.String echoStringParam) throws java.rmi.RemoteException { 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 { 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 { 20 return echoStructParam; 21 } 22 23 public void echoVoid() throws java.rmi.RemoteException { 24 } 25 26 } 27 | Popular Tags |