Package | Description |
---|---|
org.mule.api.model |
Contains the interfaces for the Model and supporting objects such as the CompoenntResolver, EntryPointResolver, etc.
|
org.mule.api.registry | |
org.mule.config.spring |
Support claases for Load Mule from Spring.
|
org.mule.model | |
org.mule.registry | |
org.mule.transport.soap |
Modifier and Type | Method and Description |
---|---|
Model |
ModelServiceDescriptor.createModel() |
Class |
ModelServiceDescriptor.getModelClass() |
Modifier and Type | Method and Description |
---|---|
static ServiceDescriptor |
ServiceDescriptorFactory.create(String type,
String name,
Properties props,
Properties overrides,
Registry registry)
Factory method to create a new service descriptor.
|
String |
ServiceFinder.findService(String service,
ServiceDescriptor descriptor,
Properties props) |
ServiceDescriptor |
Registry.lookupServiceDescriptor(String type,
String name,
Properties overrides) |
Modifier and Type | Method and Description |
---|---|
ServiceDescriptor |
SpringRegistry.lookupServiceDescriptor(String type,
String name,
Properties overrides) |
Modifier and Type | Method and Description |
---|---|
Model |
DefaultModelServiceDescriptor.createModel() |
Class |
DefaultModelServiceDescriptor.getModelClass() |
Modifier and Type | Method and Description |
---|---|
protected ServiceDescriptor |
TransientRegistry.createServiceDescriptor(String type,
String name,
Properties overrides) |
ServiceDescriptor |
TransientRegistry.lookupServiceDescriptor(String type,
String name,
Properties overrides)
Looks up the service descriptor from a singleton cache and creates a new one if not found.
|
Modifier and Type | Method and Description |
---|---|
String |
SoapServiceFinder.findService(String service,
ServiceDescriptor descriptor,
Properties props)
Deprecated.
We can use a more intelligent strategy for locating the service using the OSGi registry.
|
Copyright © 2003–2013 MuleSource, Inc.. All rights reserved.