org.mule.impl.model
Class ModelFactory

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

public final class ModelFactory
extends Object

Will locate the model service in META-INF/service using the model type as the key and construct the model.


Field Summary
static String DEFAULT_MODEL_NAME
           
static String MODEL_SERVICE_PATH
           
 
Method Summary
static UMOModel createModel(String type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEFAULT_MODEL_NAME

public static final String DEFAULT_MODEL_NAME
See Also:
Constant Field Values

MODEL_SERVICE_PATH

public static final String MODEL_SERVICE_PATH
See Also:
Constant Field Values
Method Detail

createModel

public static UMOModel createModel(String type)
                            throws ModelServiceNotFoundException
Throws:
ModelServiceNotFoundException


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