org.mule.tck.model
Class AbstractEntryPointDiscoveryTestCase.ComponentMethodMapping

java.lang.Object
  extended byorg.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.


Constructor Summary
AbstractEntryPointDiscoveryTestCase.ComponentMethodMapping(Class componentClass, String methodName, Class methodArgumentType)
           
AbstractEntryPointDiscoveryTestCase.ComponentMethodMapping(Class componentClass, String methodName, Class methodArgumentType, boolean shouldFail)
           
 
Method Summary
 Class getComponentClass()
           
 Class getMethodArgumentType()
           
 String getMethodName()
           
 boolean isShouldFail()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AbstractEntryPointDiscoveryTestCase.ComponentMethodMapping

public AbstractEntryPointDiscoveryTestCase.ComponentMethodMapping(Class componentClass,
                                                                  String methodName,
                                                                  Class methodArgumentType)

AbstractEntryPointDiscoveryTestCase.ComponentMethodMapping

public AbstractEntryPointDiscoveryTestCase.ComponentMethodMapping(Class componentClass,
                                                                  String methodName,
                                                                  Class methodArgumentType,
                                                                  boolean shouldFail)
Method Detail

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()


Copyright © 2003-2008 MuleSource, Inc.. All Rights Reserved.