Class Overview
Created by IntelliJ IDEA.
User: fernandofederico
Date: 4/9/12
Time: 11:48 AM
To change this template use File | Settings | File Templates.
Summary
|
[Expand]
Inherited Fields |
From class
org.mule.munit.config.MunitFlow
|
From class
org.mule.construct.Flow
|
private
int |
asyncCount |
|
|
private
int |
stageCount |
|
|
From class
org.mule.construct.AbstractPipeline
|
private
boolean |
canProcessMessage |
|
|
protected
List<MessageProcessor> |
messageProcessors |
|
|
protected
MessageSource |
messageSource |
|
|
protected
MessageProcessor |
pipeline |
|
|
protected
ProcessingStrategy |
processingStrategy |
|
|
From class
org.mule.construct.AbstractFlowConstruct
|
private
final
Map<QName, Object> |
annotations |
|
|
protected
MessagingExceptionHandler |
exceptionListener |
|
|
protected
String |
initialState |
|
|
protected
final
FlowConstructLifecycleManager |
lifecycleManager |
|
|
protected
Log |
logger |
|
|
protected
MessageInfoMapping |
messageInfoMapping |
|
|
protected
final
MuleContext |
muleContext |
|
|
protected
String |
name |
|
|
protected
FlowConstructStatistics |
statistics |
|
|
|
[Expand]
Inherited Methods |
From class
org.mule.munit.config.MunitFlow
|
From class
org.mule.construct.Flow
|
void
|
configureMessageProcessors(MessageProcessorChainBuilder arg0)
|
|
void
|
configurePostProcessors(MessageProcessorChainBuilder arg0)
|
|
void
|
configurePreProcessors(MessageProcessorChainBuilder arg0)
|
|
void
|
configureStatistics()
|
|
ProcessingStrategy.StageNameSource
|
getAsyncStageNameSource()
|
|
ProcessingStrategy.StageNameSource
|
getAsyncStageNameSource(String arg0)
|
|
String
|
getConstructType()
|
|
MuleEvent
|
process(MuleEvent arg0)
|
|
void
|
setEndpoint(InboundEndpoint arg0)
|
|
From class
org.mule.construct.AbstractPipeline
|
void
|
configureMessageProcessors(MessageProcessorChainBuilder arg0)
|
|
void
|
configurePostProcessors(MessageProcessorChainBuilder arg0)
|
|
void
|
configurePreProcessors(MessageProcessorChainBuilder arg0)
|
|
MessageProcessor
|
createPipeline()
|
|
void
|
doDispose()
|
|
void
|
doInitialise()
|
|
void
|
doStart()
|
|
void
|
doStop()
|
|
List<MessageProcessor>
|
getMessageProcessors()
|
|
MessageSource
|
getMessageSource()
|
|
ProcessingStrategy
|
getProcessingStrategy()
|
|
boolean
|
isRedeliveryPolicyConfigured()
|
|
void
|
setMessageProcessors(List<MessageProcessor> arg0)
|
|
void
|
setMessageSource(MessageSource arg0)
|
|
void
|
setProcessingStrategy(ProcessingStrategy arg0)
|
|
void
|
validateConstruct()
|
|
From class
org.mule.construct.AbstractFlowConstruct
|
void
|
configureStatistics()
|
|
final
void
|
dispose()
|
|
void
|
disposeIfDisposable(Object arg0)
|
|
void
|
doDispose()
|
|
void
|
doInitialise()
|
|
void
|
doStart()
|
|
void
|
doStop()
|
|
final
Object
|
getAnnotation(QName arg0)
|
|
final
Map<QName, Object>
|
getAnnotations()
|
|
abstract
String
|
getConstructType()
|
|
MessagingExceptionHandler
|
getExceptionListener()
|
|
String
|
getInitialState()
|
|
LifecycleState
|
getLifecycleState()
|
|
MessageInfoMapping
|
getMessageInfoMapping()
|
|
MuleContext
|
getMuleContext()
|
|
String
|
getName()
|
|
FlowConstructStatistics
|
getStatistics()
|
|
final
void
|
initialise()
|
|
void
|
initialiseIfInitialisable(Object arg0)
|
|
void
|
injectFlowConstructMuleContext(Object arg0)
|
|
boolean
|
isStarted()
|
|
boolean
|
isStopped()
|
|
boolean
|
isStopping()
|
|
synchronized
final
void
|
setAnnotations(Map<QName, Object> arg0)
|
|
void
|
setExceptionListener(MessagingExceptionHandler arg0)
|
|
void
|
setInitialState(String arg0)
|
|
void
|
setMessageInfoMapping(MessageInfoMapping arg0)
|
|
final
void
|
start()
|
|
void
|
startIfStartable(Object arg0)
|
|
final
void
|
stop()
|
|
void
|
stopIfStoppable(Object arg0)
|
|
String
|
toString()
|
|
void
|
validateConstruct()
|
|
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.AnnotatedObject
|
abstract
Object
|
getAnnotation(QName arg0)
|
|
abstract
Map<QName, Object>
|
getAnnotations()
|
|
abstract
void
|
setAnnotations(Map<QName, Object> arg0)
|
|
From interface
org.mule.api.NamedObject
|
From interface
org.mule.api.construct.FlowConstruct
|
abstract
MessagingExceptionHandler
|
getExceptionListener()
|
|
abstract
MessageInfoMapping
|
getMessageInfoMapping()
|
|
abstract
MuleContext
|
getMuleContext()
|
|
abstract
FlowConstructStatistics
|
getStatistics()
|
|
From interface
org.mule.api.construct.Pipeline
|
abstract
List<MessageProcessor>
|
getMessageProcessors()
|
|
abstract
MessageSource
|
getMessageSource()
|
|
abstract
ProcessingStrategy
|
getProcessingStrategy()
|
|
abstract
void
|
setMessageProcessors(List<MessageProcessor> arg0)
|
|
abstract
void
|
setMessageSource(MessageSource arg0)
|
|
abstract
void
|
setProcessingStrategy(ProcessingStrategy arg0)
|
|
From interface
org.mule.api.lifecycle.Disposable
|
From interface
org.mule.api.lifecycle.Initialisable
|
abstract
void
|
initialise()
|
|
From interface
org.mule.api.lifecycle.LifecycleStateEnabled
|
abstract
LifecycleState
|
getLifecycleState()
|
|
From interface
org.mule.api.lifecycle.Startable
|
From interface
org.mule.api.lifecycle.Stoppable
|
From interface
org.mule.api.processor.MessageProcessor
|
abstract
MuleEvent
|
process(MuleEvent arg0)
|
|
Public Constructors
public
MunitTest
(String name, MuleContext muleContext)