org.mule.api.processor
Class DefaultMessageProcessorPathElement

java.lang.Object
  extended by org.mule.api.processor.DefaultMessageProcessorPathElement
All Implemented Interfaces:
MessageProcessorPathElement

public class DefaultMessageProcessorPathElement
extends Object
implements MessageProcessorPathElement


Constructor Summary
DefaultMessageProcessorPathElement(MessageProcessor messageProcessor, String name)
           
 
Method Summary
 MessageProcessorPathElement addChild(MessageProcessor mp)
           
 void addChild(MessageProcessorPathElement mp)
           
 MessageProcessorPathElement addChild(String name)
           
 List<MessageProcessorPathElement> getChildren()
           
 MessageProcessor getMessageProcessor()
           
 String getName()
           
 MessageProcessorPathElement getParent()
           
 String getPath()
           
 void setParent(MessageProcessorPathElement parent)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultMessageProcessorPathElement

public DefaultMessageProcessorPathElement(MessageProcessor messageProcessor,
                                          String name)
Method Detail

getParent

public MessageProcessorPathElement getParent()
Specified by:
getParent in interface MessageProcessorPathElement

setParent

public void setParent(MessageProcessorPathElement parent)
Specified by:
setParent in interface MessageProcessorPathElement

getChildren

public List<MessageProcessorPathElement> getChildren()
Specified by:
getChildren in interface MessageProcessorPathElement

addChild

public MessageProcessorPathElement addChild(MessageProcessor mp)
Specified by:
addChild in interface MessageProcessorPathElement

addChild

public MessageProcessorPathElement addChild(String name)
Specified by:
addChild in interface MessageProcessorPathElement

getMessageProcessor

public MessageProcessor getMessageProcessor()
Specified by:
getMessageProcessor in interface MessageProcessorPathElement

addChild

public void addChild(MessageProcessorPathElement mp)

getName

public String getName()
Specified by:
getName in interface MessageProcessorPathElement

getPath

public String getPath()
Specified by:
getPath in interface MessageProcessorPathElement


Copyright © 2003-2014 MuleSoft, Inc.. All Rights Reserved.