| Package | Description |
|---|---|
| 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 |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultMuleEventContext
DefaultMuleEventContext is the context object for the current
request. |
| Modifier and Type | Method and Description |
|---|---|
static MuleEventContext |
RequestContext.getEventContext()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
Callable.onCall(MuleEventContext eventContext)
Passes the event to the listener
|
| Modifier and Type | Method and Description |
|---|---|
InvocationResult |
EntryPointResolver.invoke(Object component,
MuleEventContext context) |
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) |
| Modifier and Type | Method and Description |
|---|---|
Object |
NullComponent.onCall(MuleEventContext context) |
Object |
LogComponent.onCall(MuleEventContext context) |
Object |
EchoComponent.onCall(MuleEventContext context) |
Object |
StaticComponent.onCall(MuleEventContext eventContext) |
| Modifier and Type | Method and Description |
|---|---|
protected MuleEventContext |
MuleContextExpressionEvaluator.getEventContext() |
| Modifier and Type | Method and Description |
|---|---|
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 |
ExplicitMethodEntryPointResolver.invoke(Object component,
MuleEventContext context) |
Object |
DefaultEntryPointResolverSet.invoke(Object component,
MuleEventContext context) |
InvocationResult |
CallableEntryPointResolver.invoke(Object component,
MuleEventContext context) |
InvocationResult |
MethodHeaderPropertyEntryPointResolver.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 |
AbstractArgumentEntryPointResolver.invoke(Object component,
MuleEventContext context) |
Copyright © 2003–2015 MuleSoft, Inc.. All rights reserved.