|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jboss.soa.esb.listeners.message.BeanConfigActionProcessor
public class BeanConfigActionProcessor
| Field Summary |
|---|
| Fields inherited from interface org.jboss.soa.esb.actions.ActionPipelineProcessor |
|---|
PROCESS_EXCEPTION_METHOD, PROCESS_METHOD, PROCESS_SUCCESS_METHOD |
| Method Summary | |
|---|---|
void |
destroy()
Destroy the action instance. |
void |
initialise()
Initialise the action instance. |
Message |
process(Message message)
Perform the action processing on the specified message. |
void |
processException(Message message,
java.lang.Throwable th)
Process an exception generated by the pipeline processing. |
void |
processSuccess(Message message)
Process a successful pipeline process. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public Message process(Message message)
throws ActionProcessingException
ActionPipelineProcessor
process in interface ActionPipelineProcessormessage - The current message being processed.
ActionProcessingException - for errors during processing.
public void processException(Message message,
java.lang.Throwable th)
ActionPipelineProcessor
processException in interface ActionPipelineProcessormessage - The original message.th - The throwable raised by the pipeline processingpublic void processSuccess(Message message)
ActionPipelineProcessor
processSuccess in interface ActionPipelineProcessormessage - The original message.
public void destroy()
throws ActionLifecycleException
ActionLifecycle
destroy in interface ActionLifecycleActionLifecycleException
public void initialise()
throws ActionLifecycleException
ActionLifecycle
initialise in interface ActionLifecycleActionLifecycleException - for errors during initialisation.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||