Package | Description |
---|---|
org.mule.impl.model.resolvers | |
org.mule.model.resolvers |
Modifier and Type | Class and Description |
---|---|
class |
AnnotatedEntryPointResolver
A Mule
EntryPointResolver implementation that will resolve methods on a service class
that have Mule expression annotations such as Payload , InboundHeaders
It will transform the received message to match the annotated method arguments. |
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 Entry-point resolver that allows the user to set one or more acceptable method names to look for.
|
class |
MethodHeaderPropertyEntryPointResolver
This resolver will look for a
MuleProperties.MULE_METHOD_PROPERTY
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–2016 MuleSoft, Inc.. All rights reserved.