Package com.mycompany.myproject.capi
Class MyFunctionResult
- java.lang.Object
-
- org.xins.client.AbstractCAPICallResult
-
- com.mycompany.myproject.capi.MyFunctionResult
-
- All Implemented Interfaces:
java.io.Serializable
public final class MyFunctionResult extends AbstractCAPICallResult
Result of a call to the MyFunction function.- See Also:
CAPI
,MyFunctionRequest
, Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getMessage()
Gets the value of the required output parameter message.-
Methods inherited from class org.xins.client.AbstractCAPICallResult
duration, exceptions, succeededTarget
-
-