Uses of Class
org.xins.client.AbstractCAPI

Packages that use AbstractCAPI
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. 
 

Uses of AbstractCAPI in org.xins.client.async
 

Methods in org.xins.client.async that return AbstractCAPI
 AbstractCAPI CallCAPIThread.getCAPI()
          Gets the CAPI used to call the function.
 

Methods in org.xins.client.async with parameters of type AbstractCAPI
 void AsynchronousCall.call(AbstractCAPI capi, AbstractCAPICallRequest request)
          Calls a function asynchronously.
 

Constructors in org.xins.client.async with parameters of type AbstractCAPI
CallCAPIThread(AbstractCAPI capi, AbstractCAPICallRequest request)
          Calls a CAPI function on a separate thread.
CallSucceededEvent(AbstractCAPI capi, AbstractCAPICallRequest request, long duration, AbstractCAPICallResult result)
          Creates a successful call event.
CallFailedEvent(AbstractCAPI capi, AbstractCAPICallRequest request, long duration, Exception exception)
          Creates a failed call event.
 

Uses of AbstractCAPI in org.xins.common.spring
 

Fields in org.xins.common.spring declared as AbstractCAPI
protected  AbstractCAPI XinsClientInterceptor.capi
          The CAPI used to call the web service.
 

Methods in org.xins.common.spring that return AbstractCAPI
 AbstractCAPI XinsClientInterceptor.createCapi()
          Creates the CAPI to call the API.
 



See http://www.xins.org/.