org.mule.impl.model
Class ComponentFactory

java.lang.Object
  extended byorg.mule.impl.model.ComponentFactory

public class ComponentFactory
extends Object

Reusable methods for working with UMOComponents.


Constructor Summary
ComponentFactory()
           
 
Method Summary
static Object createComponent(UMODescriptor descriptor)
          Creates a component based on its descriptor.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ComponentFactory

public ComponentFactory()
Method Detail

createComponent

public static Object createComponent(UMODescriptor descriptor)
                              throws UMOException
Creates a component based on its descriptor.

Parameters:
descriptor - the descriptor to create the component from
Returns:
The newly created component
Throws:
UMOException


Copyright © 2003-2006 MuleSource Inc.. All Rights Reserved.