| java.lang.Object com.bostechcorp.cbesb.map.StoreAttachmentFromString
StoreAttachmentFromString | public class StoreAttachmentFromString implements ITransformationOperation(Code) | | User Map Operation used to store a string value as an attachment in the
target message.
Source Arg 1: String content to use as an attachment
Source Arg 2: The content ID to use for the attachment
Source Arg 3: (optional) the MIME content type of the attachment. Defaults
to "text/plain"
Target Arg 1: The field in the target message to store the target content ID.
|
Field Summary | |
final protected transient Log | logger |
logger | final protected transient Log logger(Code) | | |
process | public boolean process(String[] source, String[] target) throws Exception(Code) | | source[] must contain two entries.
source[0] - String content to use as an attachment
source[1] - The content ID to use for the attachment
|
|
|