1 /**2 * Schema2ServiceSoapBindingImpl.java3 *4 * This file was auto-generated from WSDL5 * by the Apache Axis 1.2RC2 Jan 14, 2005 (05:38:50 EST) WSDL2Java emitter.6 */7 8 package test.wsdl.schema2;9 10 public class Schema2ServiceSoapBindingImpl implements test.wsdl.schema2.Schema2Test{11 public java.lang.String echoLanguageTypeTest(java.lang.String languageElem) throws java.rmi.RemoteException {12 return languageElem;13 }14 15 public java.lang.String echoTokenTypeTest(java.lang.String tokenElem) throws java.rmi.RemoteException {16 return tokenElem;17 }18 19 public java.lang.String echoNameTypeTest(java.lang.String nameElem) throws java.rmi.RemoteException {20 return nameElem;21 }22 23 public java.lang.String echoNCNameTypeTest(java.lang.String NCNameElem) throws java.rmi.RemoteException {24 return NCNameElem;25 }26 27 public java.lang.String echoIDTypeTest(java.lang.String IDElem) throws java.rmi.RemoteException {28 return IDElem;29 }30 31 public int echoUnsignedShortTest(int unsignedShort) throws java.rmi.RemoteException {32 return unsignedShort;33 }34 35 public long echoUnsignedIntTest(long unsignedInt) throws java.rmi.RemoteException {36 return unsignedInt;37 }38 39 public short echoUnsignedByteTest(short unsignedByte) throws java.rmi.RemoteException {40 return unsignedByte;41 }42 43 public java.math.BigInteger echoUnsignedLongTest(java.math.BigInteger unsignedLong) throws java.rmi.RemoteException {44 return unsignedLong;45 }46 47 public java.math.BigInteger echoNonPositiveIntegerTest(java.math.BigInteger nonPositiveInteger) throws java.rmi.RemoteException {48 return nonPositiveInteger;49 }50 51 public java.math.BigInteger echoNonNegativeIntegerTest(java.math.BigInteger nonNegativeInteger) throws java.rmi.RemoteException {52 return nonNegativeInteger;53 }54 55 public java.math.BigInteger echoPositiveIntegerTest(java.math.BigInteger positiveInteger) throws java.rmi.RemoteException {56 return positiveInteger;57 }58 59 public java.math.BigInteger echoNegativeIntegerTest(java.math.BigInteger negativeInteger) throws java.rmi.RemoteException {60 return negativeInteger;61 }62 63 public java.util.Calendar echoTimeTest(java.util.Calendar time) throws java.rmi.RemoteException {64 return time;65 }66 67 public java.util.Calendar echoDateTest(java.util.Calendar date) throws java.rmi.RemoteException {68 return date;69 }70 71 public test.wsdl.schema2.Document echoDocument(test.wsdl.schema2.Document document) throws java.rmi.RemoteException {72 return document;73 }74 }75