public class StringMessageProcessor extends java.lang.Object implements IMessageProcessor<java.lang.String,StringMessage>
| Modifier and Type | Field and Description |
|---|---|
protected ITransformationStep |
parent
Similar to every typical IMessageProcessor, this class also has a reference to its parent transformation step
This way it can hand its result to the transformation step.
|
| Constructor and Description |
|---|
StringMessageProcessor() |
| Modifier and Type | Method and Description |
|---|---|
ITransformationStep |
getParent()
Returns the parent ITransformationStep object of this particular message processor.
|
void |
processMessage(IMessage<?> message)
The IMessageProcessor processes the given IMEssage.
|
void |
setParent(ITransformationStep parent)
Sets the parent reference of the message processor to the given ITransformationStep
|
protected ITransformationStep parent
public ITransformationStep getParent()
IMessageProcessorgetParent in interface IMessageProcessor<java.lang.String,StringMessage>public void setParent(ITransformationStep parent)
IMessageProcessorsetParent in interface IMessageProcessor<java.lang.String,StringMessage>public void processMessage(IMessage<?> message) throws InvalidParameterTypeException
IMessageProcessorprocessMessage in interface IMessageProcessor<java.lang.String,StringMessage>InvalidParameterTypeException