|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use InvocationResult | |
|---|---|
| org.mule.api.model | Contains the interfaces for the Model and supporting objects such as the CompoenntResolver, EntryPointResolver, etc. |
| org.mule.impl.model.resolvers | |
| org.mule.model.resolvers | |
| Uses of InvocationResult in org.mule.api.model |
|---|
| Methods in org.mule.api.model that return InvocationResult | |
|---|---|
InvocationResult |
EntryPointResolver.invoke(Object component,
MuleEventContext context)
|
| Uses of InvocationResult in org.mule.impl.model.resolvers |
|---|
| Methods in org.mule.impl.model.resolvers that return InvocationResult | |
|---|---|
InvocationResult |
AnnotatedEntryPointResolver.invoke(Object component,
MuleEventContext context)
|
| Uses of InvocationResult in org.mule.model.resolvers |
|---|
| Methods in org.mule.model.resolvers that return InvocationResult | |
|---|---|
InvocationResult |
MethodHeaderPropertyEntryPointResolver.invoke(Object component,
MuleEventContext context)
|
InvocationResult |
AbstractArgumentEntryPointResolver.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)
|
protected InvocationResult |
AbstractEntryPointResolver.invokeMethod(Object component,
Method method,
Object[] arguments)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||