public class ServiceDescriptorFactory extends Object
Modifier and Type | Field and Description |
---|---|
static String |
EXCEPTION_SERVICE_TYPE |
static String |
MODEL_SERVICE_TYPE |
static String |
PROVIDER_SERVICE_TYPE |
Constructor and Description |
---|
ServiceDescriptorFactory() |
Modifier and Type | Method and Description |
---|---|
static ServiceDescriptor |
create(String type,
String name,
Properties props,
Properties overrides,
Registry registry)
Factory method to create a new service descriptor.
|
public static final String PROVIDER_SERVICE_TYPE
public static final String MODEL_SERVICE_TYPE
public static final String EXCEPTION_SERVICE_TYPE
public static ServiceDescriptor create(String type, String name, Properties props, Properties overrides, Registry registry) throws ServiceException
ServiceException
Copyright © 2003–2013 MuleSource, Inc.. All rights reserved.