org.mule.tck.model
Class AbstractEntryPointDiscoveryTestCase.ComponentMethodMapping
java.lang.Object
org.mule.tck.model.AbstractEntryPointDiscoveryTestCase.ComponentMethodMapping
- Enclosing class:
- AbstractEntryPointDiscoveryTestCase
- public class AbstractEntryPointDiscoveryTestCase.ComponentMethodMapping
- extends java.lang.Object
ComponentMethodMapping
is used to supply a component class and the correct method to be resovled on the component.
- Version:
- $Revision: 1.1.1.1 $
- Author:
- Ross Mason
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
AbstractEntryPointDiscoveryTestCase.ComponentMethodMapping
public AbstractEntryPointDiscoveryTestCase.ComponentMethodMapping(java.lang.Class componentClass,
java.lang.String methodName,
java.lang.Class methodArgumentType)
AbstractEntryPointDiscoveryTestCase.ComponentMethodMapping
public AbstractEntryPointDiscoveryTestCase.ComponentMethodMapping(java.lang.Class componentClass,
java.lang.String methodName,
java.lang.Class methodArgumentType,
boolean shouldFail)
getComponentClass
public java.lang.Class getComponentClass()
- Returns:
- Returns the compoenntClass.
getMethodName
public java.lang.String getMethodName()
- Returns:
- Returns the methodName.
getMethodArgumentType
public java.lang.Class getMethodArgumentType()
- Returns:
- Returns the methodName.
isShouldFail
public boolean isShouldFail()
- Returns:
- Returns the shouldFail.
toString
public java.lang.String toString()
Copyright © 2003-2005 SymphonySoft Limited. All Rights Reserved.