Package | Description |
---|---|
org.mule |
The Mule implementation of the Universal Message Objects(tm) API specification.
|
org.mule.api.lifecycle |
Lifecycle interfaces for all UMOcomponents.
|
org.mule.api.model |
Contains the interfaces for the Model and supporting objects such as the CompoenntResolver, EntryPointResolver, etc.
|
org.mule.component.builder | |
org.mule.component.simple |
A collection of simple mule components that can be useful to simplify configuration while testing.
|
org.mule.model.resolvers | |
org.mule.module.client.remoting | |
org.mule.transport.soap | |
org.mule.util.expression |
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() |
Modifier and Type | Method and Description |
---|---|
Object |
Callable.onCall(MuleEventContext eventContext)
Passes the event to the listener
|
Modifier and Type | Method and Description |
---|---|
Object |
EntryPointResolverSet.invoke(Object component,
MuleEventContext context) |
Object |
EntryPoint.invoke(Object component,
MuleEventContext context) |
InvocationResult |
EntryPointResolver.invoke(Object component,
MuleEventContext context) |
Modifier and Type | Method and Description |
---|---|
Object |
AbstractMessageBuilder.onCall(MuleEventContext eventContext) |
Modifier and Type | Method and Description |
---|---|
Object |
NullComponent.onCall(MuleEventContext context) |
Object |
BridgeComponent.onCall(MuleEventContext context)
Deprecated.
|
Object |
StaticComponent.onCall(MuleEventContext eventContext) |
Object |
LogComponent.onCall(MuleEventContext context) |
Object |
EchoComponent.onCall(MuleEventContext context) |
Modifier and Type | Method and Description |
---|---|
protected Method |
AbstractEntryPointResolver.addMethodByName(Method method,
MuleEventContext context) |
protected Method |
AbstractEntryPointResolver.getMethodByName(String methodName,
MuleEventContext context) |
protected Object[] |
NoArgumentsEntryPointResolver.getPayloadFromMessage(MuleEventContext context) |
protected Object[] |
ArrayEntryPointResolver.getPayloadFromMessage(MuleEventContext context) |
protected Object[] |
AbstractEntryPointResolver.getPayloadFromMessage(MuleEventContext context) |
Object |
DefaultEntryPointResolverSet.invoke(Object component,
MuleEventContext context) |
InvocationResult |
CallableEntryPointResolver.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 |
AbstractArgumentEntryPointResolver.invoke(Object component,
MuleEventContext context) |
InvocationResult |
MethodHeaderPropertyEntryPointResolver.invoke(Object component,
MuleEventContext context) |
Modifier and Type | Method and Description |
---|---|
protected ServerHandshake |
RemoteDispatcherComponent.doHandshake(MuleEventContext context) |
protected Object |
RemoteDispatcherComponent.invokeAction(RemoteDispatcherNotification action,
MuleEventContext context) |
Object |
RemoteDispatcherComponent.onCall(MuleEventContext context) |
protected Object |
RemoteDispatcherComponent.receiveAction(RemoteDispatcherNotification action,
MuleEventContext context) |
protected Object |
RemoteDispatcherComponent.sendAction(RemoteDispatcherNotification action,
MuleEventContext context) |
Modifier and Type | Method and Description |
---|---|
Object |
WSProxyService.onCall(MuleEventContext eventContext) |
Modifier and Type | Method and Description |
---|---|
protected MuleEventContext |
MuleContextExpressionEvaluator.getEventContext() |
Copyright © 2003–2013 MuleSource, Inc.. All rights reserved.