org.mule.impl.model
Class ComponentFactory
java.lang.Object
org.mule.impl.model.ComponentFactory
public final class ComponentFactory
- extends Object
Reusable methods for working with UMOComponents.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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.