Known Direct Subclasses
|
Class Overview
A DynamicFlowsModuleCapabilitiesAdapter is a wrapper around DynamicFlowsModule that implements org.mule.api.Capabilities interface.
Summary
| Public Methods |
|
boolean
|
isCapableOf(Capability capability)
Returns true if this module implements such capability
|
|
[Expand]
Inherited Methods |
From class
org.mule.module.dynamicFlows.DynamicFlowsModule
|
void
|
add(String contextName, List<String> configs)
Adds a dynamic context to the main application.
|
|
void
|
onNotification(MuleContextNotification notification)
|
|
void
|
remove(String contextName)
Removes a context from the main application
|
|
MuleMessage
|
run(String contextName, String flowName, MuleMessage message)
Runs the flow added dynamically using a VM transport (request-response)
|
|
void
|
setApplicationContext(ApplicationContext applicationContext)
Sets the parent application context.@see{org.springframework.context.ApplicationContextAware}
|
|
void
|
setMuleContext(MuleContext context)
|
|
MuleMessage
|
vmRun(String contextName, String flowName, MuleMessage message)
Runs the flow added dynamically using a vm inbound
|
|
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.Capabilities
|
abstract
boolean
|
isCapableOf(Capability arg0)
|
|
From interface
org.mule.api.context.MuleContextAware
|
abstract
void
|
setMuleContext(MuleContext arg0)
|
|
From interface
org.mule.api.context.notification.ServerNotificationListener
|
abstract
void
|
onNotification(T arg0)
|
|
From interface
org.springframework.context.ApplicationContextAware
|
abstract
void
|
setApplicationContext(ApplicationContext arg0)
|
|
Public Constructors
public
DynamicFlowsModuleCapabilitiesAdapter
()
Public Methods
public
boolean
isCapableOf
(Capability capability)
Returns true if this module implements such capability