| Package | Description |
|---|---|
| org.mule.api.endpoint |
Endpoint interfaces.
|
| org.mule.api.registry | |
| org.mule.construct.builder | |
| org.mule.endpoint |
Implemtation of Mule endpoint uris.
|
| org.mule.registry | |
| org.mule.transport.service |
Provides SPI support for building mule connectors and providers using service descriptors.
|
| 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 |
MuleRegistry.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 |
MuleRegistry.registerEndpointBuilder(String name,
EndpointBuilder builder) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractFlowConstructWithSingleInboundEndpointBuilder.doConfigureInboundEndpointBuilder(MuleContext muleContext,
EndpointBuilder endpointBuilder) |
protected void |
BridgeBuilder.doConfigureInboundEndpointBuilder(MuleContext muleContext,
EndpointBuilder endpointBuilder) |
protected void |
AbstractFlowConstructWithSingleInboundAndOutboundEndpointBuilder.doConfigureOutboundEndpointBuilder(MuleContext muleContext,
EndpointBuilder endpointBuilder) |
protected void |
BridgeBuilder.doConfigureOutboundEndpointBuilder(MuleContext muleContext,
EndpointBuilder endpointBuilder) |
T |
AbstractFlowConstructWithSingleInboundEndpointBuilder.inboundEndpoint(EndpointBuilder inboundEndpointBuilder) |
T |
AbstractFlowConstructWithSingleInboundAndOutboundEndpointBuilder.outboundEndpoint(EndpointBuilder outboundEndpointBuilder) |
| 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 |
AbstractMetaEndpointBuilder
A base class used for Meta endpoint builders such as RSS or ATOM.
|
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) |
| Constructor and Description |
|---|
DynamicOutboundEndpoint(EndpointBuilder endpointBuilder,
DynamicURIBuilder dynamicURIBuilder) |
| Modifier and Type | Method and Description |
|---|---|
EndpointBuilder |
MuleRegistryHelper.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 |
MuleRegistryHelper.registerEndpointBuilder(String name,
EndpointBuilder builder) |
| Modifier and Type | Method and Description |
|---|---|
EndpointBuilder |
DefaultTransportServiceDescriptor.createEndpointBuilder(EndpointURIEndpointBuilder builder) |
EndpointBuilder |
TransportServiceDescriptor.createEndpointBuilder(EndpointURIEndpointBuilder builder) |
protected EndpointBuilder |
DefaultTransportServiceDescriptor.createEndpointBuilder(Object[] constructorParams) |
EndpointBuilder |
DefaultTransportServiceDescriptor.createEndpointBuilder(String uri) |
EndpointBuilder |
TransportServiceDescriptor.createEndpointBuilder(String uri) |
Copyright © 2003–2015 MuleSoft, Inc.. All rights reserved.