org.mule.tck.model
Class AbstractEntryPointDiscoveryTestCase.ComponentMethodMapping
java.lang.Object
org.mule.tck.model.AbstractEntryPointDiscoveryTestCase.ComponentMethodMapping
- Enclosing class:
- AbstractEntryPointDiscoveryTestCase
public class AbstractEntryPointDiscoveryTestCase.ComponentMethodMapping
- extends Object
ComponentMethodMapping
is used to supply a component class and
the correct method to be resovled on the component.
AbstractEntryPointDiscoveryTestCase.ComponentMethodMapping
public AbstractEntryPointDiscoveryTestCase.ComponentMethodMapping(Class componentClass,
String methodName,
Class methodArgumentType)
AbstractEntryPointDiscoveryTestCase.ComponentMethodMapping
public AbstractEntryPointDiscoveryTestCase.ComponentMethodMapping(Class componentClass,
String methodName,
Class methodArgumentType,
boolean shouldFail)
getComponentClass
public Class getComponentClass()
- Returns:
- Returns the componentClass.
getMethodName
public String getMethodName()
- Returns:
- Returns the methodName.
getMethodArgumentType
public Class getMethodArgumentType()
- Returns:
- Returns the methodName.
isShouldFail
public boolean isShouldFail()
- Returns:
- Returns the shouldFail.
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2003-2008 MuleSource, Inc.. All Rights Reserved.