|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jboss.soa.esb.listeners.message.ActionProcessingPipeline
public class ActionProcessingPipeline
Action Processing Pipeline.
Runs a list of action classes on a message
| Constructor Summary | |
|---|---|
ActionProcessingPipeline(ConfigTree config)
public constructor |
|
| Method Summary | |
|---|---|
void |
destroy()
Handle the destruction of the pipeline |
void |
initialise()
Handle the initialisation of the pipeline |
boolean |
process(Message message)
Process the specified message. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ActionProcessingPipeline(ConfigTree config)
throws ConfigurationException
config - The pipeline configuration.
ConfigurationException| Method Detail |
|---|
public void initialise()
throws ConfigurationException
ConfigurationException - For errors during initialisation.public void destroy()
public boolean process(Message message)
message - The current message.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||