|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.synapse.xml.AbstractProcessorConfigurator
org.apache.synapse.xml.AbstractListProcessorConfigurator
This is the abstract parent of any tag which is a "Node" - so <stage>, <in><out> and <never> all fit this model
It recursively creates a list of processors from the children.
Constructor Summary | |
AbstractListProcessorConfigurator()
|
Method Summary | |
void |
addChildrenAndSetName(SynapseEnvironment se,
org.apache.axis2.om.OMElement el,
ListProcessor p)
|
Methods inherited from class org.apache.synapse.xml.AbstractProcessorConfigurator |
setNameOnProcessor |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.apache.synapse.xml.ProcessorConfigurator |
createProcessor, getTagQName |
Constructor Detail |
public AbstractListProcessorConfigurator()
Method Detail |
public void addChildrenAndSetName(SynapseEnvironment se, org.apache.axis2.om.OMElement el, ListProcessor p)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |