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 MessageProcessorPathElement
public void setParent(MessageProcessorPathElement parent)
setParent
in interface MessageProcessorPathElement
public List<MessageProcessorPathElement> getChildren()
getChildren
in interface MessageProcessorPathElement
public MessageProcessorPathElement addChild(MessageProcessor mp)
addChild
in interface MessageProcessorPathElement
public MessageProcessorPathElement addChild(String name)
addChild
in interface MessageProcessorPathElement
public MessageProcessor getMessageProcessor()
getMessageProcessor
in interface MessageProcessorPathElement
public void addChild(MessageProcessorPathElement mp)
public String getName()
getName
in interface MessageProcessorPathElement
public String getPath()
getPath
in interface MessageProcessorPathElement
Copyright © 2003–2016 MuleSoft, Inc.. All rights reserved.