|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use MuleEventContext | |
|---|---|
| org.mule | The Mule implementation of the Universal Message Objects(tm) API specification. |
| org.mule.api.lifecycle | Lifecycle interfaces for all Components. |
| org.mule.api.model | Contains the interfaces for the Model and supporting objects such as the CompoenntResolver, EntryPointResolver, etc. |
| org.mule.component.simple | A collection of simple mule components that can be useful to simplify configuration while testing. |
| org.mule.expression | |
| org.mule.model.resolvers | |
| Uses of MuleEventContext in org.mule |
|---|
| Classes in org.mule that implement MuleEventContext | |
|---|---|
class |
DefaultMuleEventContext
DefaultMuleEventContext is the context object for the current
request. |
| Methods in org.mule that return MuleEventContext | |
|---|---|
static MuleEventContext |
RequestContext.getEventContext()
Deprecated. |
| Uses of MuleEventContext in org.mule.api.lifecycle |
|---|
| Methods in org.mule.api.lifecycle with parameters of type MuleEventContext | |
|---|---|
Object |
Callable.onCall(MuleEventContext eventContext)
Passes the event to the listener |
| Uses of MuleEventContext in org.mule.api.model |
|---|
| Methods in org.mule.api.model with parameters of type MuleEventContext | |
|---|---|
Object |
EntryPointResolverSet.invoke(Object component,
MuleEventContext context)
Will attempt to invoke the component by looping through all EntryPointResolver instances registered on this set until
a match is found |
Object |
EntryPoint.invoke(Object component,
MuleEventContext context)
|
InvocationResult |
EntryPointResolver.invoke(Object component,
MuleEventContext context)
|
| Uses of MuleEventContext in org.mule.component.simple |
|---|
| Methods in org.mule.component.simple with parameters of type MuleEventContext | |
|---|---|
Object |
EchoComponent.onCall(MuleEventContext context)
|
Object |
NullComponent.onCall(MuleEventContext context)
|
Object |
LogComponent.onCall(MuleEventContext context)
|
Object |
StaticComponent.onCall(MuleEventContext eventContext)
|
| Uses of MuleEventContext in org.mule.expression |
|---|
| Methods in org.mule.expression that return MuleEventContext | |
|---|---|
protected MuleEventContext |
MuleContextExpressionEvaluator.getEventContext()
|
| Uses of MuleEventContext in org.mule.model.resolvers |
|---|
| Methods in org.mule.model.resolvers with parameters of type MuleEventContext | |
|---|---|
protected Method |
AbstractEntryPointResolver.addMethodByName(Object component,
Method method,
MuleEventContext context)
|
protected Method |
AbstractEntryPointResolver.getMethodByName(Object component,
String methodName,
MuleEventContext context)
|
protected Object[] |
NoArgumentsEntryPointResolver.getPayloadFromMessage(MuleEventContext context)
|
protected Object[] |
ArrayEntryPointResolver.getPayloadFromMessage(MuleEventContext context)
|
protected Object[] |
AbstractEntryPointResolver.getPayloadFromMessage(MuleEventContext context)
|
InvocationResult |
AbstractArgumentEntryPointResolver.invoke(Object component,
MuleEventContext context)
|
Object |
DefaultEntryPointResolverSet.invoke(Object component,
MuleEventContext context)
|
InvocationResult |
ReflectionEntryPointResolver.invoke(Object component,
MuleEventContext context)
Will discover the entrypoint on the service using the payload type to figure out the method to call. |
InvocationResult |
ExplicitMethodEntryPointResolver.invoke(Object component,
MuleEventContext context)
|
InvocationResult |
CallableEntryPointResolver.invoke(Object component,
MuleEventContext context)
|
InvocationResult |
MethodHeaderPropertyEntryPointResolver.invoke(Object component,
MuleEventContext context)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||