| Package | Description |
|---|---|
| org.mule.runtime.core.api.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 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–2017 MuleSoft, Inc.. All rights reserved.