Known Direct Subclasses
|
Known Indirect Subclasses
|
Class Overview
Module to mock message processors.
Summary
|
[Expand]
Inherited Methods |
From class
java.lang.Object
|
Object
|
clone()
|
|
boolean
|
equals(Object arg0)
|
|
void
|
finalize()
|
|
final
Class<?>
|
getClass()
|
|
int
|
hashCode()
|
|
final
void
|
notify()
|
|
final
void
|
notifyAll()
|
|
String
|
toString()
|
|
final
void
|
wait()
|
|
final
void
|
wait(long arg0, int arg1)
|
|
final
void
|
wait(long arg0)
|
|
From interface
org.mule.api.context.MuleContextAware
|
abstract
void
|
setMuleContext(MuleContext arg0)
|
|
From interface
org.springframework.beans.factory.config.BeanFactoryPostProcessor
|
abstract
void
|
postProcessBeanFactory(ConfigurableListableBeanFactory arg0)
|
|
Fields
private
List<NestedProcessor>
assertion
private
MuleContext
context
Component that we want to mock.
Public Constructors
Public Methods
public
void
assertPayload
(List<NestedProcessor> assertion)
Define the assert process when the message processor is called
Parameters
| assertion
| The assertion process
|
public
List<NestedProcessor>
getAssertion
()
public
void
postProcessBeanFactory
(ConfigurableListableBeanFactory beanFactory)
public
void
respond
(Object response)
Define what has to be returned when the message processor is called.
Parameters
| response
| The response that has be returned
|
public
void
setMuleContext
(MuleContext context)