org.mule.tck.testmodels.mule
Class TestDependentObject

java.lang.Object
  extended by org.mule.tck.testmodels.mule.TestDependentObject
All Implemented Interfaces:
PropertyFactory

public class TestDependentObject
extends Object
implements PropertyFactory

TestDependentObject is used as a mock dependency for an object


Constructor Summary
TestDependentObject()
           
 
Method Summary
 Object create(Map properties)
          Creates a property using code execution.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestDependentObject

public TestDependentObject()
Method Detail

create

public Object create(Map properties)
              throws Exception
Description copied from interface: PropertyFactory
Creates a property using code execution.

Specified by:
create in interface PropertyFactory
Parameters:
properties - The map of properties preceeding this
Returns:
an object that will become the value of a property with a name that matches the 'name' attribute on the element.
Throws:
Exception


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