org.mule.api.model
Interface ModelServiceDescriptor

All Superinterfaces:
ServiceDescriptor
All Known Implementing Classes:
DefaultModelServiceDescriptor

public interface ModelServiceDescriptor
extends ServiceDescriptor

ModelServiceDescriptor describes the necessery information for creating a model from a service descriptor. A service descriptor should be located at META-INF/services/org/mule/models/ where type is the type of the model to be created. The service descriptor is in the form of string key value pairs and supports a number of properties, descriptions of which can be found here: http://www.muledocs.org/Model+Service+Descriptors.


Method Summary
 Model createModel()
           
 Class getModelClass()
           
 
Methods inherited from interface org.mule.api.registry.ServiceDescriptor
getService
 

Method Detail

createModel

Model createModel()
                  throws ServiceException
Throws:
ServiceException

getModelClass

Class getModelClass()
                    throws ServiceException
Throws:
ServiceException


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