org.mule.impl.model
Class ComponentFactory

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

public final class ComponentFactory
extends Object

Reusable methods for working with UMOComponents.


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
 

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-2008 MuleSource, Inc.. All Rights Reserved.