|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use UMOEventContext | |
org.mule.components.simple | A collection of simple mule components that can be useful to simplify configuration while testing. |
org.mule.extras.groovy | Groovy extensions to Mule. |
org.mule.extras.spring.events | A Spring EventMulticaster that allows any Spring bean to send and receive mule events through the ApplicationContext and event listeners. |
org.mule.impl | The Mule implementation of the Universal Message Objects(tm) API specification. |
org.mule.impl.internal.admin | Admin compoennts and Agents used to control and Monitor Mule |
org.mule.impl.message | |
org.mule.model | Implementation of the Mule model and supporting configuration classes such as Reference resolvers and EntryPoint resolvers. |
org.mule.providers.email.transformers | Contains transformers to convert to and from the java.mail.Message type. |
org.mule.providers.http.transformers | |
org.mule.providers.soap.axis | Provides an Axis soap transport for Mule. |
org.mule.tck.functional | Helper classes and interfaces used by Mule fnctional tests. |
org.mule.transformers | Provides the default transformer base implementations for Mule including compression and encryption support. |
org.mule.umo.lifecycle | Lifecycle interfaces for all UMOcomponents. |
org.mule.umo.model | Contains the interfaces for the Model and supporting objects such as the CompoenntResolver, EntryPointResolver, etc. |
Uses of UMOEventContext in org.mule.components.simple |
Methods in org.mule.components.simple with parameters of type UMOEventContext | |
java.lang.Object |
NullComponent.onCall(UMOEventContext context)
|
java.lang.Object |
LogComponent.onCall(UMOEventContext context)
|
java.lang.Object |
EchoComponent.onCall(UMOEventContext context)
|
Uses of UMOEventContext in org.mule.extras.groovy |
Methods in org.mule.extras.groovy with parameters of type UMOEventContext | |
java.lang.Object |
GroovyComponent.onCall(UMOEventContext context)
Passes the context to the listener |
Uses of UMOEventContext in org.mule.extras.spring.events |
Methods in org.mule.extras.spring.events that return UMOEventContext | |
UMOEventContext |
MuleApplicationEvent.getMuleEventContext()
|
Methods in org.mule.extras.spring.events with parameters of type UMOEventContext | |
void |
MuleEventMulticaster.onMuleEvent(UMOEventContext context)
This is the callback method used by Mule to give Mule events to this Multicaster |
protected void |
MuleEventMulticaster.dispatchEvent(UMOEventContext eventContext,
MuleApplicationEvent applicationEvent)
Will dispatch an application event through Mule |
Uses of UMOEventContext in org.mule.impl |
Classes in org.mule.impl that implement UMOEventContext | |
class |
MuleEventContext
MuleEventContext is the context object for the current
request. |
Methods in org.mule.impl that return UMOEventContext | |
static UMOEventContext |
RequestContext.getEventContext()
|
Uses of UMOEventContext in org.mule.impl.internal.admin |
Methods in org.mule.impl.internal.admin with parameters of type UMOEventContext | |
java.lang.Object |
MuleManagerComponent.onCall(UMOEventContext context)
|
protected java.lang.Object |
MuleManagerComponent.invokeAction(AdminEvent action,
UMOEventContext context)
|
protected java.lang.Object |
MuleManagerComponent.sendAction(AdminEvent action,
UMOEventContext context)
|
protected java.lang.Object |
MuleManagerComponent.receiveAction(AdminEvent action,
UMOEventContext context)
|
Uses of UMOEventContext in org.mule.impl.message |
Constructors in org.mule.impl.message with parameters of type UMOEventContext | |
ExceptionMessage(java.lang.Object message,
UMOEndpoint endpoint,
java.lang.Throwable exception,
UMOEventContext ctx)
|
|
ExceptionMessage(java.lang.Object message,
java.lang.Throwable exception,
UMOEventContext ctx)
|
Uses of UMOEventContext in org.mule.model |
Methods in org.mule.model with parameters of type UMOEventContext | |
java.lang.Object |
DynamicEntryPoint.invoke(java.lang.Object component,
UMOEventContext context,
java.lang.reflect.Method method)
|
Uses of UMOEventContext in org.mule.providers.email.transformers |
Methods in org.mule.providers.email.transformers with parameters of type UMOEventContext | |
java.lang.Object |
StringToEmailMessage.transform(java.lang.Object src,
UMOEventContext context)
|
Uses of UMOEventContext in org.mule.providers.http.transformers |
Methods in org.mule.providers.http.transformers with parameters of type UMOEventContext | |
java.lang.Object |
UMOMessageToResponseString.transform(java.lang.Object src,
UMOEventContext context)
|
java.lang.Object |
ObjectToHttpClientMethodRequest.transform(java.lang.Object src,
UMOEventContext context)
|
Uses of UMOEventContext in org.mule.providers.soap.axis |
Methods in org.mule.providers.soap.axis with parameters of type UMOEventContext | |
java.lang.Object |
AxisServiceComponent.onCall(UMOEventContext context)
Passes the context to the listener |
void |
AxisServiceComponent.doGet(UMOEventContext context,
WriterMessageAdapter response)
|
protected void |
AxisServiceComponent.processMethodRequest(MessageContext msgContext,
UMOEventContext context,
WriterMessageAdapter response,
UMOEndpointURI endpointUri)
|
protected void |
AxisServiceComponent.reportAvailableServices(UMOEventContext context,
WriterMessageAdapter response)
|
protected void |
AxisServiceComponent.reportCantGetAxisService(UMOEventContext context,
WriterMessageAdapter response)
|
void |
AxisServiceComponent.doPost(UMOEventContext context,
WriterMessageAdapter response)
|
protected java.lang.String |
AxisServiceComponent.getServiceName(UMOEventContext context,
UMOEndpointURI endpointUri)
|
Uses of UMOEventContext in org.mule.tck.functional |
Methods in org.mule.tck.functional with parameters of type UMOEventContext | |
java.lang.Object |
FunctionalTestComponent.onCall(UMOEventContext context)
|
void |
EventCallback.eventReceived(UMOEventContext context,
java.lang.Object Component)
|
Uses of UMOEventContext in org.mule.transformers |
Methods in org.mule.transformers with parameters of type UMOEventContext | |
abstract java.lang.Object |
AbstractEventAwareTransformer.transform(java.lang.Object src,
UMOEventContext context)
|
Uses of UMOEventContext in org.mule.umo.lifecycle |
Methods in org.mule.umo.lifecycle with parameters of type UMOEventContext | |
java.lang.Object |
Callable.onCall(UMOEventContext eventContext)
Passes the event to the listener |
Uses of UMOEventContext in org.mule.umo.model |
Methods in org.mule.umo.model with parameters of type UMOEventContext | |
java.lang.Object |
UMOEntryPoint.invoke(java.lang.Object component,
UMOEventContext context,
java.lang.reflect.Method method)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |