org.mule.model.resolvers
Class CallableEntryPointResolver

java.lang.Object
  extended by org.mule.model.resolvers.CallableEntryPointResolver
All Implemented Interfaces:
EntryPointResolver

public class CallableEntryPointResolver
extends Object
implements EntryPointResolver

An entry-point resolver that only allows Service objects that implement the Callable interface

See Also:
Callable

Field Summary
protected static Method callableMethod
           
 
Constructor Summary
CallableEntryPointResolver()
           
 
Method Summary
 InvocationResult invoke(Object component, MuleEventContext context)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

callableMethod

protected static final Method callableMethod
Constructor Detail

CallableEntryPointResolver

public CallableEntryPointResolver()
Method Detail

invoke

public InvocationResult invoke(Object component,
                               MuleEventContext context)
                        throws Exception
Specified by:
invoke in interface EntryPointResolver
Throws:
Exception

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2003-2014 MuleSoft, Inc.. All Rights Reserved.