toolbox.web.actions.sync2async
Interface Sync2AsyncHandler

Package class diagram package Sync2AsyncHandler
All Known Implementing Classes:
PassthroughSync2AsyncHandlerImpl

public interface 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.


Method Summary
 Payload handleBody(java.lang.String body)
          Peform custom payload processing.
 

Method Detail

handleBody

Payload handleBody(java.lang.String body)
Peform custom payload processing.

Parameters:
body - String containing the HTTP body.
Returns:
Payload instance.