Uses of Interface
org.xins.client.XINSCallResultData

Packages that use XINSCallResultData
org.xins.client XINS client framework. 
 

Uses of XINSCallResultData in org.xins.client
 

Classes in org.xins.client that implement XINSCallResultData
 class AbstractCAPIErrorCodeException
          Abstract base class for generated CAPI exceptions that map to an API-specific error code.
 class DisabledFunctionException
          Exception thrown to indicate that the called function has been disabled at the server-side.
 class InternalErrorException
          Exception thrown to indicate a standard error code was received that indicates a server-side internal error.
 class InvalidRequestException
          Exception thrown to indicate a standard error code was received that indicates the request from the client-side is considered invalid by the server-side.
 class StandardErrorCodeException
          Abstract base class for exceptions that indicate that a standard error code was returned from the server-side.
 class UnsuccessfulXINSCallException
          Exception that indicates that a result code was returned by the API call.
 class XINSCallResult
          Successful result of a call to a XINS service.
 

Methods in org.xins.client that return XINSCallResultData
 XINSCallResultData XINSCallResultParser.parse(byte[] xml)
          Parses the given XML string to create a XINSCallResultData object.
 

Methods in org.xins.client with parameters of type XINSCallResultData
protected  AbstractCAPIErrorCodeException AbstractCAPI.createErrorCodeException(XINSCallRequest request, TargetDescriptor target, long duration, XINSCallResultData resultData)
          Creates an AbstractCAPIErrorCodeException for the specified error code.
 

Constructors in org.xins.client with parameters of type XINSCallResultData
AbstractCAPIErrorCodeException(XINSCallRequest request, TargetDescriptor target, long duration, XINSCallResultData resultData)
          Constructs a new AbstractCAPIErrorCodeException.
UnacceptableErrorCodeXINSCallException(XINSCallRequest request, TargetDescriptor target, long duration, XINSCallResultData resultData)
          Constructs a new UnacceptableErrorCodeXINSCallException based on a XINSCallResultData instance.
 



See http://www.xins.org/.