|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.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 ActionPipelineProcessor
message
- The current message being processed.
ActionProcessingException
- for errors during processing.public void processException(Message message, java.lang.Throwable th)
ActionPipelineProcessor
processException
in interface ActionPipelineProcessor
message
- The original message.th
- The throwable raised by the pipeline processingpublic void processSuccess(Message message)
ActionPipelineProcessor
processSuccess
in interface ActionPipelineProcessor
message
- The original message.public void destroy() throws ActionLifecycleException
ActionLifecycle
destroy
in interface ActionLifecycle
ActionLifecycleException
public void initialise() throws ActionLifecycleException
ActionLifecycle
initialise
in interface ActionLifecycle
ActionLifecycleException
- for errors during initialisation.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |