public class MessageEnricherObjectFactory extends Object implements ObjectFactory<MessageEnricher>, MuleContextAware, FlowConstructAware, org.mule.runtime.api.meta.AnnotatedObject
ObjectFactory to create a
MessageEnricher.| Constructor and Description |
|---|
MessageEnricherObjectFactory() |
| Modifier and Type | Method and Description |
|---|---|
Object |
getAnnotation(QName name) |
Map<QName,Object> |
getAnnotations() |
MessageEnricher |
getObject() |
void |
setAnnotations(Map<QName,Object> annotations) |
void |
setEnrichExpressionPairs(List<MessageEnricher.EnrichExpressionPair> enrichExpressionPairs) |
void |
setFlowConstruct(FlowConstruct flowConstruct) |
void |
setMessageProcessor(Processor messageProcessor) |
void |
setMuleContext(MuleContext context) |
void |
setSource(String source) |
void |
setTarget(String target) |
public void setMessageProcessor(Processor messageProcessor)
public void setSource(String source)
public void setTarget(String target)
public void setEnrichExpressionPairs(List<MessageEnricher.EnrichExpressionPair> enrichExpressionPairs)
public MessageEnricher getObject()
getObject in interface ObjectFactory<MessageEnricher>public void setFlowConstruct(FlowConstruct flowConstruct)
setFlowConstruct in interface FlowConstructAwarepublic void setMuleContext(MuleContext context)
setMuleContext in interface MuleContextAwarepublic Object getAnnotation(QName name)
getAnnotation in interface org.mule.runtime.api.meta.AnnotatedObjectpublic Map<QName,Object> getAnnotations()
getAnnotations in interface org.mule.runtime.api.meta.AnnotatedObjectCopyright © 2003–2016 MuleSoft, Inc.. All rights reserved.