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 XINSCallResult |
AbstractCAPI.callImpl(AbstractCAPICallRequest request)
Executes the specified call request.
|
Constructor and Description |
---|
AbstractCAPICallResult(XINSCallResult result)
Creates a new
AbstractCAPICallResult object, based on the
specified XINSCallResult . |
UnacceptableMessageException(XINSCallResult result)
Constructs a new
UnacceptableMessageException using the
specified XINSCallResult . |
UnacceptableResultXINSCallException(XINSCallResult result,
String detail,
Throwable cause)
Constructs a new
UnacceptableCallResultException using the
specified XINSCallResult . |
See http://www.xins.org/.