Your browser does not support JavaScript and this site utilizes JavaScript to build content and provide links to additional information. You should either enable JavaScript in your browser settings or use a browser that supports JavaScript in order to take full advantage of this site.
1 7 8 package test.wsdl.interop5.complextype; 9 10 public class ComplexTypeExtensionsBindingImpl implements test.wsdl.interop5.complextype.ComplexTypeExtensionsPortType{ 11 public void echoBaseType_1(test.wsdl.interop5.complextype.types.holders.BaseTypeHolder param) throws java.rmi.RemoteException { 12 } 13 14 public void echoBaseType_2(test.wsdl.interop5.complextype.types.holders.BaseTypeHolder param) throws java.rmi.RemoteException { 15 } 16 17 public void echoBaseType_3(test.wsdl.interop5.complextype.types.holders.BaseTypeHolder param) throws java.rmi.RemoteException { 18 } 19 20 public void echoBaseType_4(test.wsdl.interop5.complextype.types.holders.BaseTypeHolder param) throws java.rmi.RemoteException { 21 } 22 23 public void echoBaseType_5(test.wsdl.interop5.complextype.types.holders.BaseTypeHolder param) throws java.rmi.RemoteException { 24 } 25 26 public void echoL1DerivedType_1(test.wsdl.interop5.complextype.types.holders.L1DerivedTypeHolder param) throws java.rmi.RemoteException { 27 } 28 29 public void echoL1DerivedType_2(test.wsdl.interop5.complextype.types.holders.L1DerivedTypeHolder param) throws java.rmi.RemoteException { 30 } 31 32 public void echoL2DerivedType1_1(test.wsdl.interop5.complextype.types.holders.L2DerivedType1Holder param) throws java.rmi.RemoteException { 33 } 34 35 public test.wsdl.interop5.complextype.types.BaseType echoL1DerivedTypeAsBaseType(test.wsdl.interop5.complextype.types.L1DerivedType param) throws java.rmi.RemoteException { 36 test.wsdl.interop5.complextype.types.BaseType output = new test.wsdl.interop5.complextype.types.BaseType(); 37 output.setBaseTypeMember1(param.getBaseTypeMember1()); 38 output.setBaseTypeMember2(param.getBaseTypeMember2()); 39 return output; 40 } 41 42 public test.wsdl.interop5.complextype.types.BaseType echoL2DerivedType1AsBaseType(test.wsdl.interop5.complextype.types.L2DerivedType1 param) throws java.rmi.RemoteException { 43 test.wsdl.interop5.complextype.types.BaseType output = new test.wsdl.interop5.complextype.types.BaseType(); 44 output.setBaseTypeMember1(param.getBaseTypeMember1()); 45 output.setBaseTypeMember2(param.getBaseTypeMember2()); 46 return output; 47 } 48 49 public test.wsdl.interop5.complextype.types.L1DerivedType echoBaseTypeAsL1DerivedType(test.wsdl.interop5.complextype.types.BaseType param) throws java.rmi.RemoteException { 50 return (test.wsdl.interop5.complextype.types.L1DerivedType)param; 51 } 52 53 public test.wsdl.interop5.complextype.types.L2DerivedType1 echoBaseTypeAsL2DerivedType1(test.wsdl.interop5.complextype.types.BaseType param) throws java.rmi.RemoteException { 54 return (test.wsdl.interop5.complextype.types.L2DerivedType1)param; 55 } 56 57 } 58
| Popular Tags
|