Package | Description |
---|---|
org.xins.client |
XINS client framework.
|
Modifier and Type | Method and Description |
---|---|
XINSCallResult |
XINSServiceCaller.call(XINSCallRequest request)
Executes the specified XINS call request towards one of the associated
targets.
|
XINSCallResult |
XINSServiceCaller.call(XINSCallRequest request,
XINSCallConfig callConfig)
Executes the specified XINS call request towards one of the associated
targets.
|
protected AbstractCAPIErrorCodeException |
AbstractCAPI.createErrorCodeException(XINSCallRequest request,
TargetDescriptor target,
long duration,
XINSCallResultData resultData)
Creates an
AbstractCAPIErrorCodeException for the specified
error code. |
Constructor and Description |
---|
AbstractCAPIErrorCodeException(XINSCallRequest request,
TargetDescriptor target,
long duration,
XINSCallResultData resultData)
Constructs a new
AbstractCAPIErrorCodeException . |
NotModifiedException(XINSCallRequest request,
TargetDescriptor target,
long duration) |
UnacceptableErrorCodeXINSCallException(XINSCallRequest request,
TargetDescriptor target,
long duration,
XINSCallResultData resultData)
Constructs a new
UnacceptableErrorCodeXINSCallException
based on a XINSCallResultData instance. |
See http://www.xins.org/.