public class SetEventProcessor extends MunitProcessor
Sets the payload
expressionWrapper, muleContext| Constructor and Description |
|---|
SetEventProcessor() |
| Modifier and Type | Method and Description |
|---|---|
protected org.mule.runtime.core.api.InternalEvent |
doProcess(org.mule.runtime.core.api.InternalEvent incomingEvent)
The method that do the actual process
|
protected Object |
evaluate(org.mule.runtime.core.api.InternalEvent event,
Object possibleExpression) |
protected String |
getProcessor() |
void |
setAttributes(org.mule.munit.common.model.EventAttributes attributes) |
void |
setCloneOriginalEvent(Boolean cloneOriginalEvent) |
void |
setError(org.mule.munit.common.model.UntypedEventError error) |
void |
setInboundAttachments(List<org.mule.munit.common.model.Attachment> inboundAttachments) |
void |
setInboundProperties(List<org.mule.munit.common.model.Property> inboundProperties) |
void |
setOutboundAttachments(List<org.mule.munit.common.model.Attachment> outboundAttachments) |
void |
setOutboundProperties(List<org.mule.munit.common.model.Property> outboundProperties) |
void |
setPayload(org.mule.munit.common.model.Payload payload) |
void |
setSessionProperties(List<org.mule.munit.common.model.Property> sessionProperties) |
void |
setVariables(List<org.mule.munit.common.model.Variable> variables) |
initialise, process, setMuleContextgetAnnotation, getAnnotations, getLocation, getRootContainerName, setAnnotationsclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitprotected String getProcessor()
getProcessor in class MunitProcessorprotected org.mule.runtime.core.api.InternalEvent doProcess(org.mule.runtime.core.api.InternalEvent incomingEvent)
MunitProcessordoProcess in class MunitProcessorincomingEvent - * The mule Eventprotected Object evaluate(org.mule.runtime.core.api.InternalEvent event, Object possibleExpression)
public void setCloneOriginalEvent(Boolean cloneOriginalEvent)
public void setPayload(org.mule.munit.common.model.Payload payload)
public void setAttributes(org.mule.munit.common.model.EventAttributes attributes)
public void setVariables(List<org.mule.munit.common.model.Variable> variables)
public void setSessionProperties(List<org.mule.munit.common.model.Property> sessionProperties)
public void setInboundProperties(List<org.mule.munit.common.model.Property> inboundProperties)
public void setOutboundProperties(List<org.mule.munit.common.model.Property> outboundProperties)
public void setInboundAttachments(List<org.mule.munit.common.model.Attachment> inboundAttachments)
public void setOutboundAttachments(List<org.mule.munit.common.model.Attachment> outboundAttachments)
public void setError(org.mule.munit.common.model.UntypedEventError error)
Copyright © 2017. All rights reserved.