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
 Object create(Map<?,?> properties)
          Creates a property using code execution.
 

Method Detail

create

Object create(Map<?,?> properties)
              throws 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:
Exception


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