org.mule.module.jca
Class JcaModel
java.lang.Object
org.mule.model.AbstractModel
org.mule.module.jca.JcaModel
- All Implemented Interfaces:
- MuleContextAware, Disposable, Initialisable, Lifecycle, LifecycleStateEnabled, Startable, Stoppable, Model, NameableObject, NamedObject
public class JcaModel
- extends AbstractModel
Creates a model suitable for Jca execution
Methods inherited from class org.mule.model.AbstractModel |
dispose, getEntryPointResolverSet, getExceptionListener, getLifecycleAdapterFactory, getLifecycleState, getMuleContext, getName, initialise, setEntryPointResolvers, setEntryPointResolverSet, setExceptionListener, setLifecycleAdapterFactory, setMuleContext, setName, start, stop, toString |
JCA_MODEL_TYPE
public static final String JCA_MODEL_TYPE
- See Also:
- Constant Field Values
JcaModel
public JcaModel()
getType
public String getType()
- Description copied from interface:
Model
- Returns the model type name. This is a friendly identifier that is used to
look up the SPI class for the model
- Returns:
- the model type
Copyright © 2003-2012 MuleSoft, Inc.. All Rights Reserved.