Package | Description |
---|---|
org.mule.api.model |
Contains the interfaces for the Model and supporting objects such as the CompoenntResolver, EntryPointResolver, etc.
|
org.mule.model.resolvers |
Modifier and Type | Method and Description |
---|---|
InvocationResult |
EntryPointResolver.invoke(Object component,
MuleEventContext context) |
Modifier and Type | Method and Description |
---|---|
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) |
protected InvocationResult |
AbstractEntryPointResolver.invokeMethod(Object component,
Method method,
Object[] arguments) |
Copyright © 2003–2013 MuleSource, Inc.. All rights reserved.