| Package | Description |
|---|---|
| org.xins.client |
XINS client framework.
|
| org.xins.client.async |
Functionality for calling XINS APIs asynchronously.
|
| Modifier and Type | Method and Description |
|---|---|
protected XINSCallResult |
AbstractCAPI.callImpl(AbstractCAPICallRequest request)
Executes the specified call request.
|
| Constructor and Description |
|---|
UnacceptableRequestException(AbstractCAPICallRequest request)
Constructs a new
UnacceptableRequestException using the
specified AbstractCAPICallRequest. |
| Modifier and Type | Method and Description |
|---|---|
AbstractCAPICallRequest |
CallCAPIThread.getRequest()
Gets the request used to the call the function.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AsynchronousCall.call(AbstractCAPI capi,
AbstractCAPICallRequest request)
Calls a function asynchronously.
|
| Constructor and Description |
|---|
CallCAPIThread(AbstractCAPI capi,
AbstractCAPICallRequest request)
Calls a CAPI function on a separate thread.
|
CallFailedEvent(AbstractCAPI capi,
AbstractCAPICallRequest request,
long duration,
Exception exception)
Creates a failed call event.
|
CallSucceededEvent(AbstractCAPI capi,
AbstractCAPICallRequest request,
long duration,
AbstractCAPICallResult result)
Creates a successful call event.
|
See http://www.xins.org/.