1 /**2 * InteropTestsBindingImpl.java3 *4 * This file was auto-generated from WSDL5 * by the Apache Axis WSDL2Java emitter.6 */7 8 package test.wsdl.interop5.basetype;9 10 public class InteropTestsBindingImpl implements test.wsdl.interop5.basetype.InteropTestsExpType{11 public double echoDouble(double inputDouble) throws java.rmi.RemoteException {12 return inputDouble;13 }14 15 public org.apache.axis.types.Duration echoDuration(org.apache.axis.types.Duration inputDuration) throws java.rmi.RemoteException {16 return inputDuration;17 }18 19 public java.util.Calendar echoDateTime(java.util.Calendar inputDateTime) throws java.rmi.RemoteException {20 return inputDateTime;21 }22 23 public org.apache.axis.types.Time echoTime(org.apache.axis.types.Time inputTime) throws java.rmi.RemoteException {24 return inputTime;25 }26 27 public org.apache.axis.types.YearMonth echoGYearMonth(org.apache.axis.types.YearMonth inputGYearMonth) throws java.rmi.RemoteException {28 return inputGYearMonth;29 }30 31 public org.apache.axis.types.Year echoGYear(org.apache.axis.types.Year inputGYear) throws java.rmi.RemoteException {32 return inputGYear;33 }34 35 public org.apache.axis.types.MonthDay echoGMonthDay(org.apache.axis.types.MonthDay inputGMonthDay) throws java.rmi.RemoteException {36 return inputGMonthDay;37 }38 39 public org.apache.axis.types.Day echoGDay(org.apache.axis.types.Day inputGDay) throws java.rmi.RemoteException {40 return inputGDay;41 }42 43 public org.apache.axis.types.Month echoGMonth(org.apache.axis.types.Month inputGMonth) throws java.rmi.RemoteException {44 return inputGMonth;45 }46 47 public org.apache.axis.types.URI echoAnyURI(org.apache.axis.types.URI inputAnyURI) throws java.rmi.RemoteException {48 return inputAnyURI;49 }50 51 public javax.xml.namespace.QName echoQName(javax.xml.namespace.QName inputQName) throws java.rmi.RemoteException {52 return inputQName;53 }54 55 public org.apache.axis.types.Notation echoNotation(org.apache.axis.types.Notation inputNotation) throws java.rmi.RemoteException {56 return inputNotation;57 }58 59 public org.apache.axis.types.Language echoLanguage(org.apache.axis.types.Language inputLanguage) throws java.rmi.RemoteException {60 return inputLanguage;61 }62 63 public org.apache.axis.types.NMToken echoNMToken(org.apache.axis.types.NMToken inputNMToken) throws java.rmi.RemoteException {64 return inputNMToken;65 }66 67 public org.apache.axis.types.NMTokens echoNMTokens(org.apache.axis.types.NMTokens inputNMTokens) throws java.rmi.RemoteException {68 return inputNMTokens;69 }70 71 public org.apache.axis.types.Name echoName(org.apache.axis.types.Name inputName) throws java.rmi.RemoteException {72 return inputName;73 }74 75 public org.apache.axis.types.NCName echoNCName(org.apache.axis.types.NCName inputNCName) throws java.rmi.RemoteException {76 return inputNCName;77 }78 79 public org.apache.axis.types.Id echoID(org.apache.axis.types.Id inputID) throws java.rmi.RemoteException {80 return inputID;81 }82 83 public org.apache.axis.types.IDRef echoIDREF(org.apache.axis.types.IDRef inputIDREF) throws java.rmi.RemoteException {84 return inputIDREF;85 }86 87 public org.apache.axis.types.IDRefs echoIDREFS(org.apache.axis.types.IDRefs inputIDREFS) throws java.rmi.RemoteException {88 return inputIDREFS;89 }90 91 public org.apache.axis.types.Entity echoEntity(org.apache.axis.types.Entity inputEntity) throws java.rmi.RemoteException {92 return inputEntity;93 }94 95 public org.apache.axis.types.Entities echoEntities(org.apache.axis.types.Entities inputEntities) throws java.rmi.RemoteException {96 return inputEntities;97 }98 99 public org.apache.axis.types.NonPositiveInteger echoNonPositiveInteger(org.apache.axis.types.NonPositiveInteger inputNonPositiveInteger) throws java.rmi.RemoteException {100 return inputNonPositiveInteger;101 }102 103 public org.apache.axis.types.NegativeInteger echoNegativeInteger(org.apache.axis.types.NegativeInteger inputNegativeInteger) throws java.rmi.RemoteException {104 return inputNegativeInteger;105 }106 107 public long echoLong(long inputLong) throws java.rmi.RemoteException {108 return inputLong;109 }110 111 public int echoInt(int inputInt) throws java.rmi.RemoteException {112 return -3;113 }114 115 public short echoShort(short inputShort) throws java.rmi.RemoteException {116 return (short)-3;117 }118 119 public byte echoByte(byte inputByte) throws java.rmi.RemoteException {120 return (byte)-3;121 }122 123 public org.apache.axis.types.NonNegativeInteger echoNonNegativeInteger(org.apache.axis.types.NonNegativeInteger inputNonNegativeInteger) throws java.rmi.RemoteException {124 return inputNonNegativeInteger;125 }126 127 public org.apache.axis.types.UnsignedLong echoUnsignedLong(org.apache.axis.types.UnsignedLong inputUnsignedLong) throws java.rmi.RemoteException {128 return inputUnsignedLong;129 }130 131 public org.apache.axis.types.UnsignedInt echoUnsignedInt(org.apache.axis.types.UnsignedInt inputUnsignedInt) throws java.rmi.RemoteException {132 return inputUnsignedInt;133 }134 135 public org.apache.axis.types.UnsignedShort echoUnsignedShort(org.apache.axis.types.UnsignedShort inputUnsignedShort) throws java.rmi.RemoteException {136 return inputUnsignedShort;137 }138 139 public org.apache.axis.types.UnsignedByte echoUnsignedByte(org.apache.axis.types.UnsignedByte inputUnsignedByte) throws java.rmi.RemoteException {140 return inputUnsignedByte;141 }142 143 public org.apache.axis.types.PositiveInteger echoPositiveInteger(org.apache.axis.types.PositiveInteger inputPositiveInteger) throws java.rmi.RemoteException {144 return inputPositiveInteger;145 }146 147 }148