public class CopyPropertiesProcessor extends org.mule.runtime.api.meta.AbstractAnnotatedObject implements Processor, MuleContextAware, org.mule.runtime.api.lifecycle.Initialisable
ReactiveProcessor.ProcessingType| Constructor and Description |
|---|
CopyPropertiesProcessor() |
| Modifier and Type | Method and Description |
|---|---|
Object |
clone() |
void |
initialise() |
Event |
process(Event event)
Invokes the MessageProcessor.
|
void |
setMuleContext(MuleContext muleContext) |
void |
setPropertyName(String propertyName) |
getAnnotation, getAnnotations, getLocation, setAnnotationsequals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetProcessingTypepublic void initialise()
throws org.mule.runtime.api.lifecycle.InitialisationException
initialise in interface org.mule.runtime.api.lifecycle.Initialisableorg.mule.runtime.api.lifecycle.InitialisationExceptionpublic Event process(Event event) throws org.mule.runtime.api.exception.MuleException
Processorpublic Object clone() throws CloneNotSupportedException
clone in class ObjectCloneNotSupportedExceptionpublic void setPropertyName(String propertyName)
public void setMuleContext(MuleContext muleContext)
setMuleContext in interface MuleContextAwaremuleContext - the Mule node.Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.