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