org.mule.api.config
Interface PropertyFactory

All Known Implementing Classes:
HostNameFactory

public interface PropertyFactory

PropertyFactory is used to create objects from the property file. PropertyFactories map to elements in the MuleXml config.


Method Summary
 java.lang.Object create(java.util.Map<?,?> properties)
          Creates a property using code execution.
 

Method Detail

create

java.lang.Object create(java.util.Map<?,?> properties)
                        throws java.lang.Exception
Creates a property using code execution.

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:
java.lang.Exception


Copyright © 2003-2010 MuleSoft, Inc.. All Rights Reserved.