public class PropertyAddTransformer extends CopyTransformer
| Constructor and Description |
|---|
PropertyAddTransformer() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getName() |
java.lang.String |
getValue() |
void |
setName(java.lang.String name) |
void |
setValue(java.lang.String value) |
boolean |
transform(javax.jbi.messaging.MessageExchange exchange,
javax.jbi.messaging.NormalizedMessage in,
javax.jbi.messaging.NormalizedMessage out)
Transfers the state in the input message into the output message
|
copyAttachments, copyProperties, copySecuritySubject, getInstance, isCopyAttachments, isCopyProperties, isCopySecuritySubject, setCopyAttachments, setCopyProperties, setCopySecuritySubject, transformpublic boolean transform(javax.jbi.messaging.MessageExchange exchange,
javax.jbi.messaging.NormalizedMessage in,
javax.jbi.messaging.NormalizedMessage out)
throws javax.jbi.messaging.MessagingException
MessageTransformertransform in interface MessageTransformertransform in class CopyTransformerexchange - the exchange on which the messages are flowingin - the input messageout - an empty out message ready to contain the result of the transformationjavax.jbi.messaging.MessagingExceptionpublic java.lang.String getName()
public void setName(java.lang.String name)
public java.lang.String getValue()
public void setValue(java.lang.String value)
Copyright © 2005-2014 FuseSource. All Rights Reserved.