Package toolbox.web.actions.sync2async

Package class diagram package toolbox.web.actions.sync2async
Provides an action implementation and supporting interfaces and classes to facilitate synchronous to asynchronous communication.

See:
          Description

Interface Summary
Sync2AsyncHandler Implementations of this interface are used by the Sync2Async action implementation to process the body content before placing the the information on a JMS Queue.
 

Class Summary
PassthroughSync2AsyncHandlerImpl Simple handler implementation that does not manipulate the body and does not create any payload properties.
Payload Simple bean that represents the payload that will be used by the sync2async action implementation to construct the asynchronous message.
Sync2AsyncAction Simple action implementation to take a syncrhonous HTTP request and place the request data on an asynchronous message queue.
 

Package toolbox.web.actions.sync2async Description

Provides an action implementation and supporting interfaces and classes to facilitate synchronous to asynchronous communication.