Package | Description |
---|---|
org.mule.model.resolvers |
Modifier and Type | Class and Description |
---|---|
class |
AbstractArgumentEntryPointResolver
A base class that allows implementing resolvers to define what parameters it is expecting.
|
class |
ArrayEntryPointResolver
Will resolver entry point methods on a service service that accept a single array.
|
class |
ExplicitMethodEntryPointResolver
An Entrypoint resolver that allows the user to set one or more acceptiple methd names to look for.
|
class |
MethodHeaderPropertyEntryPointResolver
This resolver will look for a 'method' property on the incoming event to determine which method to invoke
Users can customise the name of the property used to look up the method name on the event
|
class |
NoArgumentsEntryPointResolver
Allows for arguments with no parameters to be called.
|
class |
ReflectionEntryPointResolver
ReflectEntryPointResolver is used to determine the entry point on a service
after an event has been received for it. |
Copyright © 2003–2013 MuleSource, Inc.. All rights reserved.