Package | Description |
---|---|
org.xins.client |
XINS client framework.
|
org.xins.client.async |
Functionality for calling XINS APIs asynchronously.
|
Constructor and Description |
---|
UnacceptableResultXINSCallException(AbstractCAPICallResult result,
String detail,
Throwable cause)
Constructs a new
UnacceptableCallResultException using the
specified AbstractCAPICallResult . |
Modifier and Type | Method and Description |
---|---|
AbstractCAPICallResult |
CallSucceededEvent.getResult()
Gets the result returned by the function.
|
AbstractCAPICallResult |
CallCAPIThread.getResult()
Gets the result returned by the function.
|
Constructor and Description |
---|
CallSucceededEvent(AbstractCAPI capi,
AbstractCAPICallRequest request,
long duration,
AbstractCAPICallResult result)
Creates a successful call event.
|
See http://www.xins.org/.