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

ComponentMethodMapping is used to supply a component class and the correct method to be resovled on the component.

Version:
$Revision: 1.2 $
Author:
Ross Mason

Constructor Summary
AbstractEntryPointDiscoveryTestCase.ComponentMethodMapping(java.lang.Class componentClass, java.lang.String methodName, java.lang.Class methodArgumentType)
           
AbstractEntryPointDiscoveryTestCase.ComponentMethodMapping(java.lang.Class componentClass, java.lang.String methodName, java.lang.Class methodArgumentType, boolean shouldFail)
           
 
Method Summary
 java.lang.Class getComponentClass()
           
 java.lang.Class getMethodArgumentType()
           
 java.lang.String getMethodName()
           
 boolean isShouldFail()
           
 java.lang.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(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)
Method Detail

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.