org.mule.api.registry
Class ServiceDescriptorFactory

java.lang.Object
  extended by org.mule.api.registry.ServiceDescriptorFactory

public class ServiceDescriptorFactory
extends Object

Factory used to create a new service descriptor.


Field Summary
static String EXCEPTION_SERVICE_TYPE
           
static String MODEL_SERVICE_TYPE
           
static String PROVIDER_SERVICE_TYPE
           
 
Constructor Summary
ServiceDescriptorFactory()
           
 
Method Summary
static ServiceDescriptor create(String type, String name, Properties props, Properties overrides, Registry registry)
          Factory method to create a new service descriptor.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PROVIDER_SERVICE_TYPE

public static final String PROVIDER_SERVICE_TYPE
See Also:
Constant Field Values

MODEL_SERVICE_TYPE

public static final String MODEL_SERVICE_TYPE
See Also:
Constant Field Values

EXCEPTION_SERVICE_TYPE

public static final String EXCEPTION_SERVICE_TYPE
See Also:
Constant Field Values
Constructor Detail

ServiceDescriptorFactory

public ServiceDescriptorFactory()
Method Detail

create

public static ServiceDescriptor create(String type,
                                       String name,
                                       Properties props,
                                       Properties overrides,
                                       Registry registry)
                                throws ServiceException
Factory method to create a new service descriptor.

Throws:
ServiceException


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