org.mule.tck.testmodels.mule
Class TestDependentObject
java.lang.Object
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
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 |
TestDependentObject
public TestDependentObject()
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.