com.mycompany.myproject.capi
Class MyFunctionResult

java.lang.Object
  extended byorg.xins.client.AbstractCAPICallResult
      extended bycom.mycompany.myproject.capi.MyFunctionResult
All Implemented Interfaces:
Serializable

public final class MyFunctionResult
extends AbstractCAPICallResult

Result of a call to the MyFunction function.

See Also:
CAPI, MyFunctionRequest, Serialized Form

Method Summary
 String getMessage()
          Gets the value of the required output parameter message.
 
Methods inherited from class org.xins.client.AbstractCAPICallResult
duration, exceptions, succeededTarget
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getMessage

public String getMessage()
Gets the value of the required output parameter message.

Returns:
the value of the message output parameter, never null.