public class DefaultMessageProcessorPathElement extends Object implements MessageProcessorPathElement
| Constructor and Description |
|---|
DefaultMessageProcessorPathElement(MessageProcessor messageProcessor,
String name) |
| Modifier and Type | Method and Description |
|---|---|
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) |
public DefaultMessageProcessorPathElement(MessageProcessor messageProcessor, String name)
public MessageProcessorPathElement getParent()
getParent in interface MessageProcessorPathElementpublic void setParent(MessageProcessorPathElement parent)
setParent in interface MessageProcessorPathElementpublic List<MessageProcessorPathElement> getChildren()
getChildren in interface MessageProcessorPathElementpublic MessageProcessorPathElement addChild(MessageProcessor mp)
addChild in interface MessageProcessorPathElementpublic MessageProcessorPathElement addChild(String name)
addChild in interface MessageProcessorPathElementpublic MessageProcessor getMessageProcessor()
getMessageProcessor in interface MessageProcessorPathElementpublic void addChild(MessageProcessorPathElement mp)
public String getName()
getName in interface MessageProcessorPathElementpublic String getPath()
getPath in interface MessageProcessorPathElementCopyright © 2003–2015 MuleSoft, Inc.. All rights reserved.