Package org.systinet.wasp.async

Represents WSO2 SOA Enablement Server asynchronous API.

See:
          Description

Interface Summary
AsyncCallback AsyncCallback is a listener able to listen to a moment when response of asynchronous invocation comes to client.
 

Class Summary
AsyncConversation AsyncConversation represents client handle to asynchronous invocation.
GenericAsyncCallback This class is a helper that provides generic implementation of AsyncCallback.onTimeout method, which has rare use.
 

Exception Summary
TimeoutException Represents exception thrown by asynchronous framework, when timeouted asynchronous conversation is inquired for results.
 

Package org.systinet.wasp.async Description

Represents WSO2 SOA Enablement Server asynchronous API.

This package contains all necessary classes to interactionm with WSO2 SOA Enablement Server asynchronous framework.

Related Documentation