|
|||||||||
| 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 |
isTransactional()
Get the transactional flag for this pipeline. |
boolean |
process(Message message)
Process the specified message. |
void |
setTransactional(boolean transactional)
Set the transactional flag for this pipeline. |
| 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.
public void setTransactional(boolean transactional)
transactional - true if running within a transaction, false otherwise.public boolean isTransactional()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||