public class TestProcessorChainFactory
extends org.mule.runtime.dsl.api.component.AbstractComponentFactory<org.mule.runtime.core.privileged.processor.chain.MessageProcessorChain>
AbstractComponentFactory for processor chains inside the MUnit test| Modifier and Type | Field and Description |
|---|---|
protected org.mule.runtime.core.privileged.PrivilegedMuleContext |
muleContext |
protected String |
name |
protected List |
processors |
| Constructor and Description |
|---|
TestProcessorChainFactory() |
| Modifier and Type | Method and Description |
|---|---|
org.mule.runtime.core.privileged.processor.chain.MessageProcessorChain |
doGetObject() |
protected org.mule.runtime.core.privileged.processor.chain.DefaultMessageProcessorChainBuilder |
getBuilderInstance() |
void |
setMessageProcessors(List processors) |
void |
setName(String name) |
getAnnotation, getAnnotations, getLocation, getRootContainerLocation, setAnnotations@Inject protected org.mule.runtime.core.privileged.PrivilegedMuleContext muleContext
protected List processors
protected String name
public void setMessageProcessors(List processors)
public org.mule.runtime.core.privileged.processor.chain.MessageProcessorChain doGetObject()
throws Exception
doGetObject in class org.mule.runtime.dsl.api.component.AbstractComponentFactory<org.mule.runtime.core.privileged.processor.chain.MessageProcessorChain>Exceptionprotected org.mule.runtime.core.privileged.processor.chain.DefaultMessageProcessorChainBuilder getBuilderInstance()
public void setName(String name)
Copyright © 2019. All rights reserved.