| Package | Description |
|---|---|
| org.mule.api.endpoint |
Endpoint interfaces.
|
| org.mule.api.registry | |
| org.mule.api.transport |
Contains the interfaces that comprise a provider implementation.
|
| org.mule.endpoint |
Implemtation of Mule endpoint uris.
|
| org.mule.endpoint.dynamic | |
| org.mule.endpoint.inbound | |
| org.mule.registry | |
| org.mule.transport |
Contains Abstract classes providing common functionality for all Mule providers.
|
| org.mule.transport.polling | |
| org.mule.transport.service |
Provides SPI support for building mule connectors and providers using service descriptors.
|
| org.mule.util |
Common helper classes for reading/writing files setting bean properties and SPI helpers.
|
| Modifier and Type | Method and Description |
|---|---|
Connector |
ImmutableEndpoint.getConnector()
The endpoint that will be used to send the message on.
|
| Modifier and Type | Method and Description |
|---|---|
void |
EndpointBuilder.setConnector(Connector connector) |
| Modifier and Type | Method and Description |
|---|---|
Connector |
MuleRegistry.lookupConnector(String name) |
| Modifier and Type | Method and Description |
|---|---|
Collection<Connector> |
MuleRegistry.getConnectors()
Deprecated.
Use lookupConnector() instead
|
| Modifier and Type | Method and Description |
|---|---|
void |
MuleRegistry.registerConnector(Connector connector) |
| Modifier and Type | Method and Description |
|---|---|
Connector |
ConnectorException.getConnector() |
Connector |
MessageDispatcher.getConnector()
Gets the connector for this dispatcher
|
Connector |
MessageRequester.getConnector()
Gets the connector for this dispatcher
|
| Constructor and Description |
|---|
ConnectorException(Message message,
Connector connector) |
ConnectorException(Message message,
Connector connector,
Throwable cause) |
| Modifier and Type | Field and Description |
|---|---|
protected Connector |
AbstractEndpointBuilder.connector |
| Modifier and Type | Method and Description |
|---|---|
protected Connector |
AbstractEndpointBuilder.getConnector() |
protected Connector |
AbstractMetaEndpointBuilder.getConnector() |
Connector |
DynamicOutboundEndpoint.getConnector() |
Connector |
DynamicURIInboundEndpoint.getConnector() |
Connector |
DynamicURIOutboundEndpoint.getConnector() |
Connector |
AbstractEndpoint.getConnector() |
protected Connector |
AbstractEndpointBuilder.getDefaultConnector() |
| Modifier and Type | Method and Description |
|---|---|
protected InboundEndpoint |
AbstractEndpointBuilder.createInboundEndpoint(EndpointURI endpointURI,
List<MessageProcessor> mergedProcessors,
List<MessageProcessor> mergedResponseProcessors,
Connector connector) |
protected OutboundEndpoint |
AbstractEndpointBuilder.createOutboundEndpoint(EndpointURI endpointURI,
List<MessageProcessor> messageProcessors,
List<MessageProcessor> responseMessageProcessors,
Connector connector) |
protected boolean |
AbstractEndpointBuilder.getDefaultDeleteUnacceptedMessages(Connector connector) |
protected String |
AbstractEndpointBuilder.getDefaultEndpointEncoding(Connector connector) |
protected String |
AbstractEndpointBuilder.getDefaultInitialState(Connector connector) |
protected int |
AbstractEndpointBuilder.getDefaultResponseTimeout(Connector connector) |
protected boolean |
AbstractEndpointBuilder.getDeleteUnacceptedMessages(Connector connector) |
protected String |
AbstractEndpointBuilder.getEndpointEncoding(Connector connector) |
protected String |
AbstractEndpointBuilder.getInitialState(Connector connector) |
protected int |
AbstractEndpointBuilder.getResponseTimeout(Connector connector) |
protected RetryPolicyTemplate |
AbstractEndpointBuilder.getRetryPolicyTemplate(Connector conn) |
void |
AbstractEndpointBuilder.setConnector(Connector connector) |
| Constructor and Description |
|---|
AbstractEndpoint(Connector connector,
EndpointURI endpointUri,
String name,
Map properties,
TransactionConfig transactionConfig,
boolean deleteUnacceptedMessages,
MessageExchangePattern messageExchangePattern,
int responseTimeout,
String initialState,
String endpointEncoding,
String endpointBuilderName,
MuleContext muleContext,
RetryPolicyTemplate retryPolicyTemplate,
AbstractRedeliveryPolicy redeliveryPolicy,
EndpointMessageProcessorChainFactory messageProcessorsFactory,
List<MessageProcessor> messageProcessors,
List<MessageProcessor> responseMessageProcessors,
boolean disableTransportTransformer,
String endpointMimeType) |
DefaultInboundEndpoint(Connector connector,
EndpointURI endpointUri,
String name,
Map properties,
TransactionConfig transactionConfig,
boolean deleteUnacceptedMessage,
MessageExchangePattern messageExchangePattern,
int responseTimeout,
String initialState,
String endpointEncoding,
String endpointBuilderName,
MuleContext muleContext,
RetryPolicyTemplate retryPolicyTemplate,
AbstractRedeliveryPolicy redeliveryPolicy,
EndpointMessageProcessorChainFactory messageProcessorsFactory,
List<MessageProcessor> messageProcessors,
List<MessageProcessor> responseMessageProcessors,
boolean disableTransportTransformer,
String mimeType) |
DefaultOutboundEndpoint(Connector connector,
EndpointURI endpointUri,
String name,
Map properties,
TransactionConfig transactionConfig,
boolean deleteUnacceptedMessage,
MessageExchangePattern messageExchangePattern,
int responseTimeout,
String initialState,
String endpointEncoding,
String endpointBuilderName,
MuleContext muleContext,
RetryPolicyTemplate retryPolicyTemplate,
AbstractRedeliveryPolicy redeliveryPolicy,
String responsePropertiesList,
EndpointMessageProcessorChainFactory messageProcessorsFactory,
List<MessageProcessor> messageProcessors,
List<MessageProcessor> responseMessageProcessors,
boolean disableTransportTransformer,
String endpointMimeType) |
| Modifier and Type | Class and Description |
|---|---|
class |
NullConnector
A placeholder for a connector that has not been created yet.
|
| Modifier and Type | Field and Description |
|---|---|
protected Connector |
InboundExceptionDetailsMessageProcessor.connector |
| Modifier and Type | Method and Description |
|---|---|
protected void |
InboundExceptionDetailsMessageProcessor.setExceptionDetails(MuleMessage message,
Connector connector,
Throwable exception)
This method is used to set any additional and possibly transport specific
information on the return message where it has an exception payload.
|
| Constructor and Description |
|---|
InboundExceptionDetailsMessageProcessor(Connector connector) |
| Modifier and Type | Method and Description |
|---|---|
Connector |
MuleRegistryHelper.lookupConnector(String name) |
| Modifier and Type | Method and Description |
|---|---|
Collection<Connector> |
MuleRegistryHelper.getConnectors() |
| Modifier and Type | Method and Description |
|---|---|
void |
MuleRegistryHelper.registerConnector(Connector connector) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractConnector
AbstractConnector provides base functionality for all connectors
provided with Mule. |
class |
AbstractJndiConnector
This class acts as common baseclass for both Rmi & EjbConnector Resolves Jndi root for connector usage
|
| Modifier and Type | Field and Description |
|---|---|
protected Connector |
DefaultReplyToHandler.connector |
| Modifier and Type | Method and Description |
|---|---|
protected Connector |
DefaultReplyToHandler.findConnector() |
Connector |
DefaultReplyToHandler.getConnector() |
Connector |
AbstractTransportMessageHandler.getConnector() |
| Modifier and Type | Method and Description |
|---|---|
void |
ConnectorLifecycleManager.fireDisposePhase(LifecycleCallback<Connector> callback) |
void |
ConnectorLifecycleManager.fireInitialisePhase(LifecycleCallback<Connector> callback) |
void |
ConnectorLifecycleManager.fireStartPhase(LifecycleCallback<Connector> callback) |
void |
ConnectorLifecycleManager.fireStopPhase(LifecycleCallback<Connector> callback) |
| Constructor and Description |
|---|
AbstractMessageReceiver(Connector connector,
FlowConstruct flowConstruct,
InboundEndpoint endpoint)
Creates the Message Receiver
|
AbstractPollingMessageReceiver(Connector connector,
FlowConstruct flowConstruct,
InboundEndpoint endpoint) |
TransactedPollingMessageReceiver(Connector connector,
FlowConstruct flowConstruct,
InboundEndpoint endpoint) |
TransactedPollingMessageReceiver(Connector connector,
FlowConstruct flowConstruct,
InboundEndpoint endpoint,
long frequency)
Deprecated.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MessageProcessorPollingConnector |
| Constructor and Description |
|---|
MessageProcessorPollingMessageReceiver(Connector connector,
FlowConstruct flowConstruct,
InboundEndpoint endpoint) |
| Modifier and Type | Method and Description |
|---|---|
Connector |
DefaultTransportServiceDescriptor.createConnector() |
Connector |
MetaTransportServiceDescriptor.createConnector()
Override the connector cration and register our Meta scheme with the connecotr so that the connector can
be used when creating endpoints using this meta transport
|
Connector |
TransportServiceDescriptor.createConnector() |
Connector |
TransportFactory.createConnector(EndpointURI url)
Creates an uninitialied connector from the provided MuleEndpointURI.
|
Connector |
TransportFactory.createConnector(String uri) |
Connector |
TransportFactory.getConnectorByProtocol(String protocol) |
Connector |
TransportFactory.getDefaultConnectorByProtocol(String protocol) |
Connector |
TransportFactory.getOrCreateConnectorByProtocol(EndpointURI uri)
Returns an initialized connector.
|
Connector |
TransportFactory.getOrCreateConnectorByProtocol(ImmutableEndpoint endpoint) |
| Modifier and Type | Method and Description |
|---|---|
MessageReceiver |
DefaultTransportServiceDescriptor.createMessageReceiver(Connector connector,
FlowConstruct flowConstruct,
InboundEndpoint endpoint) |
MessageReceiver |
TransportServiceDescriptor.createMessageReceiver(Connector connector,
FlowConstruct flowConstruct,
InboundEndpoint endpoint) |
MessageReceiver |
DefaultTransportServiceDescriptor.createMessageReceiver(Connector connector,
FlowConstruct flowConstruct,
InboundEndpoint endpoint,
Object... args) |
MessageReceiver |
TransportServiceDescriptor.createMessageReceiver(Connector connector,
FlowConstruct flowConstruct,
InboundEndpoint endpoint,
Object... args) |
| Modifier and Type | Method and Description |
|---|---|
String |
ObjectNameHelper.getConnectorName(Connector connector) |
static boolean |
ObjectNameHelper.isDefaultAutoGeneratedConnector(Connector connector) |
Copyright © 2003–2015 MuleSoft, Inc.. All rights reserved.