org.mule.api.model
Interface ModelServiceDescriptor

All Superinterfaces:
ServiceDescriptor
All Known Implementing Classes:
DefaultModelServiceDescriptor

Deprecated.

@Deprecated
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.


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

Method Detail

createModel

Model createModel()
                  throws ServiceException
Deprecated. 
Throws:
ServiceException

getModelClass

Class<Model> getModelClass()
                           throws ServiceException
Deprecated. 
Throws:
ServiceException


Copyright © 2003-2014 MuleSoft, Inc.. All Rights Reserved.