This class represents the results of a web service request.
public class WSResult
All members of WSResult class, including all inherited members.
Name | Description |
---|---|
Acknowledges that this WSResult has been processed. | |
Gets an array of complex types value from this WSResult. | |
Gets a BigDecimal array value from this WSResult. | |
Gets a BigDecimal value from this WSResult. | |
Gets a BigInteger array value from this WSResult. | |
Gets a BigInteger value from this WSResult. | |
Gets a java.lang.Boolean array value from this WSResult. | |
Gets a java.lang.Boolean value from this WSResult. | |
Gets a java.lang.Byte array value from this WSResult. | |
Gets a java.lang.Byte value from this WSResult. | |
Gets a java.lang.Character array value from this WSResult. | |
Gets a java.lang.Character value from this WSResult. | |
Gets a java.lang.Double array value from this WSResult. | |
Gets a java.lang.Double value from this WSResult. | |
Gets the error message. | |
Gets a java.lang.Float array value from this WSResult. | |
Gets a java.lang.Float value from this WSResult. | |
Gets a java.lang.Integer array value from this WSResult. | |
Gets a java.lang.Integer value from this WSResult. | |
Gets a java.lang.Long array value from this WSResult. | |
Gets a java.lang.Long value from this WSResult. | |
Gets an array of complex types value from this WSResult. | |
Gets value of a complex type from this WSResult. | |
Gets a boolean array value from this WSResult. | |
Gets a boolean value from this WSResult. | |
Gets a byte array value from this WSResult. | |
Gets a byte value from this WSResult. | |
Gets a char array value from this WSResult. | |
Gets a char value from this WSResult. | |
Gets a double array value from this WSResult. | |
Gets a double value from this WSResult. | |
Gets a float array value from this WSResult. | |
Gets a float value from this WSResult. | |
Gets an int array value from this WSResult. | |
Gets an int value from this WSResult. | |
Gets a long array value from this WSResult. | |
Gets a long value from this WSResult. | |
Gets a short array value from this WSResult. | |
Gets a short value from this WSResult. | |
Gets the request ID that this WSResult represents. | |
Gets a java.lang.Short array value from this WSResult. | |
Gets a java.lang.Short value from this WSResult. | |
Gets the status of this WSResult. | |
Gets a String array value from this WSResult. | |
Gets a String value from this WSResult. | |
Gets the value of a complex type from this WSResult. |
A WSResult object is obtained in one of three ways:
It is passed to the WSListener.onResult.
It is returned by an asyncXYZ method of the service proxy generated by the compiler.
It is obtained by calling WSBase.getResult with a specific request ID.
acknowledge method
getArrayValue method
getBigDecimalArrayValue method
getBigDecimalValue method
getBigIntegerArrayValue method
getBigIntegerValue method
getBooleanArrayValue method
getBooleanValue method
getByteArrayValue method
getByteValue method
getCharacterArrayValue method
getCharacterValue method
getDoubleArrayValue method
getDoubleValue method
getErrorMessage method
getFloatArrayValue method
getFloatValue method
getIntegerArrayValue method
getIntegerValue method
getLongArrayValue method
getLongValue method
getObjectArrayValue method
getObjectValue method
getPrimitiveBooleanArrayValue method
getPrimitiveBooleanValue method
getPrimitiveByteArrayValue method
getPrimitiveByteValue method
getPrimitiveCharArrayValue method
getPrimitiveCharValue method
getPrimitiveDoubleArrayValue method
getPrimitiveDoubleValue method
getPrimitiveFloatArrayValue method
getPrimitiveFloatValue method
getPrimitiveIntArrayValue method
getPrimitiveIntValue method
getPrimitiveLongArrayValue method
getPrimitiveLongValue method
getPrimitiveShortArrayValue method
getPrimitiveShortValue method
getRequestID method
getShortArrayValue method
getShortValue method
getStatus method
getStringArrayValue method
getStringValue method
getValue method
Discuss this page in DocCommentXchange.
|
Copyright © 2010, iAnywhere Solutions, Inc. - SQL Anywhere 12.0.0 |