|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.jboss.soa.esb.actions.AbstractActionLifecycle org.jboss.soa.esb.actions.AbstractActionPipelineProcessor org.jboss.soa.esb.actions.routing.AbstractRouter org.jboss.soa.esb.actions.routing.http.HttpRouter
public class HttpRouter
Http router.
Uses HttpClient via the HttpClientFactory.
Field Summary |
---|
Fields inherited from class org.jboss.soa.esb.actions.routing.AbstractRouter |
---|
payloadProxy, unwrap |
Fields inherited from interface org.jboss.soa.esb.actions.ActionPipelineProcessor |
---|
PROCESS_EXCEPTION_METHOD, PROCESS_METHOD, PROCESS_SUCCESS_METHOD |
Constructor Summary | |
---|---|
HttpRouter(ConfigTree config)
|
Method Summary | |
---|---|
void |
destroy()
Destroy the action instance. |
Message |
process(Message message)
Perform the action processing on the specified message. |
void |
route(java.lang.Object object)
Route the message or message payload. |
Methods inherited from class org.jboss.soa.esb.actions.routing.AbstractRouter |
---|
getPayloadProxy |
Methods inherited from class org.jboss.soa.esb.actions.AbstractActionPipelineProcessor |
---|
processException, processSuccess |
Methods inherited from class org.jboss.soa.esb.actions.AbstractActionLifecycle |
---|
initialise |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.jboss.soa.esb.actions.ActionLifecycle |
---|
initialise |
Constructor Detail |
---|
public HttpRouter(ConfigTree config) throws ConfigurationException
ConfigurationException
Method Detail |
---|
public Message process(Message message) throws ActionProcessingException
ActionPipelineProcessor
process
in interface ActionPipelineProcessor
process
in class AbstractRouter
message
- The current message being processed.
ActionProcessingException
- for errors during processing.public void route(java.lang.Object object) throws ActionProcessingException
AbstractRouter
route
in class AbstractRouter
object
- The object to route.
ActionProcessingException
- Exception during routing operation.public void destroy() throws ActionLifecycleException
AbstractActionLifecycle
destroy
in interface ActionLifecycle
destroy
in class AbstractActionLifecycle
ActionLifecycleException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |