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.service |
Provides SPI support for building mule connectors and providers using service descriptors.
|
org.mule.transport.soap |
Modifier and Type | Interface and Description |
---|---|
interface |
ModelServiceDescriptor
ModelServiceDescriptor describes the necessery information for
creating a model from a service descriptor. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractServiceDescriptor |
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.
|
ServiceDescriptor |
Registry.lookupServiceDescriptor(String type,
String name,
Properties overrides) |
Modifier and Type | Method and Description |
---|---|
String |
ServiceFinder.findService(String service,
ServiceDescriptor descriptor,
Properties props) |
Modifier and Type | Method and Description |
---|---|
ServiceDescriptor |
SpringRegistry.lookupServiceDescriptor(String type,
String name,
Properties overrides) |
Modifier and Type | Class and Description |
---|---|
class |
DefaultModelServiceDescriptor |
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 | Interface and Description |
---|---|
interface |
TransportServiceDescriptor
TransportServiceDescriptor describes the necessary information for
creating a connector from a service descriptor. |
Modifier and Type | Class and Description |
---|---|
class |
DefaultTransportServiceDescriptor |
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.