1 7 8 package test.wsdl.interop3.compound2; 9 10 11 public class SoapInteropCompound2BindingImpl implements test.wsdl.interop3.compound2.SoapInteropCompound2PortType { 12 public test.wsdl.interop3.compound2.xsd.Employee echoEmployee(test.wsdl.interop3.compound2.xsd.Employee xEmployee) throws java.rmi.RemoteException { 13 return xEmployee; 14 } 15 16 } 17 | Popular Tags |