public class FunctionalComponentObjectFactory extends AbstractAnnotatedObjectFactory<Processor>
ObjectFactory for functional test component| Constructor and Description |
|---|
FunctionalComponentObjectFactory() |
| Modifier and Type | Method and Description |
|---|---|
Processor |
doGetObject() |
protected FunctionalTestComponent |
newComponentInstance() |
void |
setAppendString(String appendString) |
void |
setDoInboundTransform(boolean doInboundTransform) |
void |
setEnableMessageHistory(boolean enableMessageHistory) |
void |
setEnableNotifications(boolean enableNotifications) |
void |
setEventCallback(EventCallback eventCallback) |
void |
setExceptionText(String exceptionText) |
void |
setExceptionToThrow(Class<? extends Throwable> exceptionToThrow) |
void |
setId(String id) |
void |
setLogMessageDetails(boolean logMessageDetails) |
void |
setMuleContext(MuleContext muleContext) |
void |
setReturnData(Object returnData) |
void |
setThrowException(boolean throwException) |
void |
setWaitTime(long waitTime) |
getAnnotation, getAnnotations, getLocation, getObject, setAnnotationsprotected FunctionalTestComponent newComponentInstance()
public Processor doGetObject() throws Exception
doGetObject in class AbstractAnnotatedObjectFactory<Processor>Exceptionpublic void setEventCallback(EventCallback eventCallback)
public void setReturnData(Object returnData)
public void setThrowException(boolean throwException)
public void setExceptionText(String exceptionText)
public void setEnableMessageHistory(boolean enableMessageHistory)
public void setEnableNotifications(boolean enableNotifications)
public void setDoInboundTransform(boolean doInboundTransform)
public void setAppendString(String appendString)
public void setWaitTime(long waitTime)
public void setLogMessageDetails(boolean logMessageDetails)
public void setId(String id)
public void setMuleContext(MuleContext muleContext)
Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.