Uses of Class
org.mule.model.resolvers.AbstractEntryPointResolver

Packages that use AbstractEntryPointResolver
org.mule.impl.model.resolvers   
org.mule.model.resolvers   
 

Uses of AbstractEntryPointResolver in org.mule.impl.model.resolvers
 

Subclasses of AbstractEntryPointResolver in org.mule.impl.model.resolvers
 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.
 

Uses of AbstractEntryPointResolver in org.mule.model.resolvers
 

Subclasses of AbstractEntryPointResolver in org.mule.model.resolvers
 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-2012 MuleSoft, Inc.. All Rights Reserved.