|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ServiceType | |
|---|---|
| org.mule.api.registry | |
| org.mule.config.i18n | Internationalisation support for Mule messages and exception messages. |
| org.mule.registry | |
| org.mule.util | Common helper classes for reading/writing files setting bean properties and SPI helpers. |
| Uses of ServiceType in org.mule.api.registry |
|---|
| Methods in org.mule.api.registry that return ServiceType | |
|---|---|
static ServiceType |
ServiceType.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static ServiceType[] |
ServiceType.values()
Returns an array containing the constants of this enum type, in the order they're declared. |
| Methods in org.mule.api.registry with parameters of type ServiceType | |
|---|---|
static ServiceDescriptor |
ServiceDescriptorFactory.create(ServiceType type,
String name,
Properties props,
Properties overrides,
MuleContext muleContext,
ClassLoader classLoader)
Factory method to create a new service descriptor. |
ServiceDescriptor |
MuleRegistry.lookupServiceDescriptor(ServiceType type,
String name,
Properties overrides)
|
| Uses of ServiceType in org.mule.config.i18n |
|---|
| Methods in org.mule.config.i18n with parameters of type ServiceType | |
|---|---|
static Message |
CoreMessages.unrecognisedServiceType(ServiceType type)
|
| Uses of ServiceType in org.mule.registry |
|---|
| Methods in org.mule.registry with parameters of type ServiceType | |
|---|---|
protected ServiceDescriptor |
MuleRegistryHelper.createServiceDescriptor(ServiceType type,
String name,
Properties overrides)
Deprecated. ServiceDescriptors will be created upon bundle startup for OSGi. |
ServiceDescriptor |
MuleRegistryHelper.lookupServiceDescriptor(ServiceType type,
String name,
Properties overrides)
Looks up the service descriptor from a singleton cache and creates a new one if not found. |
| Uses of ServiceType in org.mule.util |
|---|
| Methods in org.mule.util with parameters of type ServiceType | |
|---|---|
static Properties |
SpiUtils.findServiceDescriptor(ServiceType type,
String name)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||