Package | Description |
---|---|
org.xins.client.async |
Functionality for calling XINS APIs asynchronously.
|
org.xins.common.spring |
Classes related to the integration of XINS with the Spring framework.
|
Modifier and Type | Method and Description |
---|---|
AbstractCAPI |
CallCAPIThread.getCAPI()
Gets the CAPI used to 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.
|
Modifier and Type | Field and Description |
---|---|
protected AbstractCAPI |
XinsClientInterceptor.capi
The CAPI used to call the web service.
|
Modifier and Type | Method and Description |
---|---|
AbstractCAPI |
XinsClientInterceptor.createCapi()
Creates the CAPI to call the API.
|
See http://www.xins.org/.