1 7 8 package test.wsdl.interop3.compound1; 9 10 public class SoapInteropCompound1BindingImpl implements test.wsdl.interop3.compound1.SoapInteropCompound1PortType { 11 public test.wsdl.interop3.compound1.xsd.Person echoPerson(test.wsdl.interop3.compound1.xsd.Person xPerson) throws java.rmi.RemoteException { 12 return xPerson; 13 } 14 15 public test.wsdl.interop3.compound1.xsd.Document echoDocument(test.wsdl.interop3.compound1.xsd.Document xDocument) throws java.rmi.RemoteException { 16 return xDocument; 17 } 18 19 } 20 | Popular Tags |