org.mule.tck.testmodels.mule
Class TestEntryPointResolverSet

java.lang.Object
  extended by org.mule.tck.testmodels.mule.TestEntryPointResolverSet
All Implemented Interfaces:
EntryPointResolverSet

public class TestEntryPointResolverSet
extends Object
implements EntryPointResolverSet

TestEntryPointResolver is a test EntryPointResolver that doesn't provide any functionality. It is usually used to test confguration options


Constructor Summary
TestEntryPointResolverSet()
           
 
Method Summary
 void addEntryPointResolver(EntryPointResolver resolver)
          Will add a resolver to the list of resolvers to invoke on a compoent.
 String getTestProperty()
           
 Object invoke(Object component, MuleEventContext context)
           
 boolean removeEntryPointResolver(EntryPointResolver resolver)
          Removes a resolver from the list
 void setTestProperty(String testProperty)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestEntryPointResolverSet

public TestEntryPointResolverSet()
Method Detail

addEntryPointResolver

public void addEntryPointResolver(EntryPointResolver resolver)
Will add a resolver to the list of resolvers to invoke on a compoent. Implementations must maintain an ordered list of resolvers

Specified by:
addEntryPointResolver in interface EntryPointResolverSet
Parameters:
resolver - the resolver to add

invoke

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

removeEntryPointResolver

public boolean removeEntryPointResolver(EntryPointResolver resolver)
Removes a resolver from the list

Specified by:
removeEntryPointResolver in interface EntryPointResolverSet
Parameters:
resolver - the resolver to remove
Returns:
true if the resolver was found and removed from the list

getTestProperty

public String getTestProperty()

setTestProperty

public void setTestProperty(String testProperty)


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