Package | Description |
---|---|
org.mule.api.endpoint |
Endpoint interfaces.
|
org.mule.api.registry | |
org.mule.config.spring |
Support claases for Load Mule from Spring.
|
org.mule.config.spring.factories | |
org.mule.endpoint |
Implemtation of Mule endpoint uris.
|
org.mule.registry |
Modifier and Type | Method and Description |
---|---|
EndpointBuilder |
EndpointFactory.getEndpointBuilder(String uri)
Used to retrieve the an EndpointBuilder equal to the one would be used to create an endpoint.
This is useful if you need to customize a builder before creation of an endpoint as you can use this method to obtain the endpoint builder, custommize it and then call the factory methods that take a EndpointBuilder rather than a String. |
Modifier and Type | Method and Description |
---|---|
InboundEndpoint |
EndpointFactory.getInboundEndpoint(EndpointBuilder builder)
Creates an endpoint with the "INBOUND" role using the builder provided.
|
OutboundEndpoint |
EndpointFactory.getOutboundEndpoint(EndpointBuilder builder)
Creates an endpoint with the "OUTBOUND" role using the builder provided.
|
Modifier and Type | Method and Description |
---|---|
EndpointBuilder |
Registry.lookupEndpointBuilder(String name)
Looks-up endpoint builders which can be used to repeatably create endpoints with the same configuration.
|
Modifier and Type | Method and Description |
---|---|
void |
Registry.registerEndpointBuilder(String name,
EndpointBuilder builder) |
Modifier and Type | Method and Description |
---|---|
void |
SpringRegistry.registerEndpointBuilder(String name,
EndpointBuilder builder) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractEndpointFactoryBean
Abstract spring FactoryBean used to creating endpoints via spring.
|
class |
EndpointFactoryBean
Endpoint factory bean which uses type attribute to determine endpoint type (Used by 1to2migration module)
|
class |
InboundEndpointFactoryBean
Spring FactoryBean used to create concrete instances of inbound endpoints
|
class |
OutboundEndpointFactoryBean
Spring FactoryBean used to create concrete instances of outbound endpoints
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractEndpointBuilder
Abstract endpoint builder used for externalizing the complex creation logic of
endpoints out of the endpoint instance itself.
|
class |
EndpointURIEndpointBuilder |
Modifier and Type | Method and Description |
---|---|
EndpointBuilder |
DefaultEndpointFactory.getEndpointBuilder(String uri) |
protected EndpointBuilder |
DefaultEndpointFactory.lookupEndpointBuilder(String endpointName) |
Modifier and Type | Method and Description |
---|---|
InboundEndpoint |
DefaultEndpointFactory.getInboundEndpoint(EndpointBuilder builder) |
OutboundEndpoint |
DefaultEndpointFactory.getOutboundEndpoint(EndpointBuilder builder) |
Modifier and Type | Method and Description |
---|---|
EndpointBuilder |
AbstractRegistry.lookupEndpointBuilder(String name) |
Modifier and Type | Method and Description |
---|---|
void |
TransientRegistry.registerEndpointBuilder(String name,
EndpointBuilder builder) |
Copyright © 2003–2013 MuleSource, Inc.. All rights reserved.