org.mule.impl.model
Class ModelHelper

java.lang.Object
  extended by org.mule.impl.model.ModelHelper

Deprecated. This functionality should be moved to the registry

public final class ModelHelper
extends Object


Field Summary
static String SYSTEM_MODEL
          Deprecated.  
 
Method Summary
static UMOComponent getComponent(String name)
          Deprecated.  
static UMODescriptor getDescriptor(String name)
          Deprecated.  
static String getSystemModelType()
          Deprecated.  
static boolean isComponentRegistered(String name)
          Deprecated.  
static void registerSystemComponent(UMODescriptor d)
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SYSTEM_MODEL

public static final String SYSTEM_MODEL
Deprecated. 
See Also:
Constant Field Values
Method Detail

getSystemModelType

public static String getSystemModelType()
Deprecated. 

isComponentRegistered

public static boolean isComponentRegistered(String name)
Deprecated. 

getComponent

public static UMOComponent getComponent(String name)
Deprecated. 

getDescriptor

public static UMODescriptor getDescriptor(String name)
Deprecated. 

registerSystemComponent

public static void registerSystemComponent(UMODescriptor d)
                                    throws UMOException
Deprecated. 
Throws:
UMOException


Copyright © 2003-2008 MuleSource, Inc.. All Rights Reserved.