Method Summary |
|
public java.lang.String[][] | echo2DStringArray(java.lang.String[][] input2DStringArray) |
public byte[] | echoBase64(byte[] inputBase64) |
public boolean | echoBoolean(boolean inputBoolean) |
public java.util.Calendar | echoDate(java.util.Calendar inputDate) |
public java.math.BigDecimal | echoDecimal(java.math.BigDecimal inputDecimal) |
public float | echoFloat(float inputFloat) |
public float[] | echoFloatArray(float[] inputFloatArray) |
public byte[] | echoHexBinary(byte[] inputHexBinary) |
public int | echoInteger(int inputInteger) |
public int[] | echoIntegerArray(int[] inputIntegerArray) |
public java.util.HashMap | echoMap(java.util.HashMap input) This method accepts a Map and echoes it back to the client. |
public java.util.HashMap[] | echoMapArray(java.util.HashMap[] input) This method accepts an array of Maps and echoes it back to the client. |
public org.apache.axis.types.NegativeInteger | echoNegativeInteger(org.apache.axis.types.NegativeInteger input) This method accepts a NegativeInteger (xsd:negativeInteger) and echoes
it back to the client. |
public samples.echo.SOAPArrayStruct | echoNestedArray(samples.echo.SOAPArrayStruct inputStruct) |
public samples.echo.SOAPStructStruct | echoNestedStruct(samples.echo.SOAPStructStruct inputStruct) |
public org.apache.axis.types.NonNegativeInteger | echoNonNegativeInteger(org.apache.axis.types.NonNegativeInteger input) This method accepts a NonNegativeInteger (xsd:nonNegativeInteger) and echoes
it back to the client. |
public org.apache.axis.types.NonPositiveInteger | echoNonPositiveInteger(org.apache.axis.types.NonPositiveInteger input) This method accepts a NonPositiveInteger (xsd:nonPositiveInteger) and echoes
it back to the client. |
public org.apache.axis.types.NormalizedString | echoNormalizedString(org.apache.axis.types.NormalizedString input) This method accepts a NormalizedString (xsd:normalizedString) and echoes
it back to the client. |
public org.apache.axis.types.PositiveInteger | echoPositiveInteger(org.apache.axis.types.PositiveInteger input) This method accepts a PositiveInteger (xsd:positiveInteger) and echoes
it back to the client. |
public samples.echo.SOAPStruct | echoSimpleTypesAsStruct(java.lang.String inputString, int inputInteger, float inputFloat) |
public java.lang.String | echoString(java.lang.String inputString) |
public java.lang.String[] | echoStringArray(java.lang.String[] inputStringArray) |
public samples.echo.SOAPStruct | echoStruct(samples.echo.SOAPStruct inputStruct) |
public samples.echo.SOAPStruct[] | echoStructArray(samples.echo.SOAPStruct[] inputStructArray) |
public void | echoStructAsSimpleTypes(samples.echo.SOAPStruct inputStruct, javax.xml.rpc.holders.StringHolder outputString, javax.xml.rpc.holders.IntHolder outputInteger, javax.xml.rpc.holders.FloatHolder outputFloat) |
public org.apache.axis.types.Token | echoToken(org.apache.axis.types.Token input) This method accepts a Token (xsd:token) and echoes it back to the client. |
public org.apache.axis.types.UnsignedByte | echoUnsignedByte(org.apache.axis.types.UnsignedByte input) This method accepts a UnsignedByte (xsd:unsignedByte) and echoes
it back to the client. |
public org.apache.axis.types.UnsignedInt | echoUnsignedInt(org.apache.axis.types.UnsignedInt input) This method accepts a UnsignedInt (xsd:unsignedInt) and echoes
it back to the client. |
public org.apache.axis.types.UnsignedLong | echoUnsignedLong(org.apache.axis.types.UnsignedLong input) This method accepts a UnsignedLong (xsd:unsignedLong) and echoes
it back to the client. |
public org.apache.axis.types.UnsignedShort | echoUnsignedShort(org.apache.axis.types.UnsignedShort input) This method accepts a UnsignedShort (xsd:unsignedShort) and echoes
it back to the client. |
public void | echoVoid() |