Package | Description |
---|---|
org.xins.client |
XINS client framework.
|
Modifier and Type | Class and Description |
---|---|
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 |
InvalidResultXINSCallException
Exception thrown to indicate that the result from a XINS API call was
invalid according to the XINS rules for a XINS call result.
|
class |
NotModifiedException |
class |
StandardErrorCodeException
Abstract base class for exceptions that indicate that a standard error code
was returned from the server-side.
|
class |
UnacceptableErrorCodeXINSCallException
Exception that indicates an error code was received from the server-side
that is not expected at the client-side.
|
class |
UnacceptableMessageException
Exception that indicates that a request for an API call is considered
unacceptable on the application-level.
|
class |
UnacceptableRequestException
Exception that indicates that a request for an API call is considered
unacceptable on the application-level.
|
class |
UnacceptableResultXINSCallException
Exception that indicates that an API call returned a result that was
considered unacceptable by the application layer.
|
class |
UnsuccessfulXINSCallException
Exception that indicates that a result code was returned by the API call.
|
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 XINSCallResult |
AbstractCAPI.callImpl(AbstractCAPICallRequest request)
Executes the specified call request.
|
Object |
XINSServiceCaller.doCallImpl(CallRequest request,
CallConfig callConfig,
TargetDescriptor target)
Executes the specified request on the given target.
|
See http://www.xins.org/.