| Package | Description |
|---|---|
| org.mule |
The Mule implementation of the Universal Message Objects(tm) API specification.
|
| org.mule.api |
The Universal Message Object(tm) API provides a way for components to interact without needing to know about the protocol or delivery mechanisms of information passed between them
|
| org.mule.api.client | |
| org.mule.api.endpoint |
Endpoint interfaces.
|
| org.mule.api.exception | |
| org.mule.api.transport |
Contains the interfaces that comprise a provider implementation.
|
| org.mule.client | |
| org.mule.config.i18n |
Internationalisation support for Mule messages and exception messages.
|
| org.mule.construct | |
| org.mule.construct.builder | |
| org.mule.endpoint |
Implemtation of Mule endpoint uris.
|
| org.mule.endpoint.inbound | |
| org.mule.service | |
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
protected Credentials |
DefaultMuleEvent.extractCredentials(InboundEndpoint endpoint) |
protected void |
DefaultMuleEvent.fillProperties(InboundEndpoint endpoint) |
MuleMessage |
DefaultMuleEventContext.requestEvent(InboundEndpoint endpoint,
long timeout)
Requests a synchronous receive of an event on the service
|
| Constructor and Description |
|---|
DefaultMuleEvent(MuleMessage message,
InboundEndpoint endpoint,
FlowConstruct flowConstruct) |
DefaultMuleEvent(MuleMessage message,
InboundEndpoint endpoint,
FlowConstruct flowConstruct,
MuleSession session) |
DefaultMuleEvent(MuleMessage message,
InboundEndpoint endpoint,
FlowConstruct flowConstruct,
MuleSession session,
ReplyToHandler replyToHandler,
Object replyToDestination,
OutputStream outputStream) |
DefaultMuleEvent(MuleMessage message,
InboundEndpoint endpoint,
MuleSession session)
Deprecated.
|
DefaultMuleEvent(MuleMessage message,
InboundEndpoint endpoint,
MuleSession session,
ReplyToHandler replyToHandler,
OutputStream outputStream,
Object replyToDestination)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
MuleMessage |
MuleEventContext.requestEvent(InboundEndpoint endpoint,
long timeout)
Requests a synchronous receive of an event on the service.
|
| Modifier and Type | Method and Description |
|---|---|
MuleMessage |
LocalMuleClient.request(InboundEndpoint endpoint,
long timeout)
Will receive an event from an endpointUri determined by the URL.
|
| Modifier and Type | Method and Description |
|---|---|
InboundEndpoint |
EndpointBuilder.buildInboundEndpoint()
Constructs inbound endpoints
|
InboundEndpoint |
EndpointFactory.getInboundEndpoint(EndpointBuilder builder)
Creates an endpoint with the "INBOUND" role using the builder provided.
|
InboundEndpoint |
EndpointFactory.getInboundEndpoint(EndpointURI endpointUri)
Deprecated.
|
InboundEndpoint |
EndpointFactory.getInboundEndpoint(String uri)
Creates an endpoint with the "INBOUND" role.
|
InboundEndpoint |
EndpointCache.getInboundEndpoint(String uri,
MessageExchangePattern mep) |
| Modifier and Type | Method and Description |
|---|---|
MessageProcessor |
EndpointMessageProcessorChainFactory.createInboundMessageProcessorChain(InboundEndpoint endpoint,
FlowConstruct flowConstruct,
MessageProcessor target) |
| Constructor and Description |
|---|
MessageRedeliveredException(String messageId,
int redeliveryCount,
int maxRedelivery,
InboundEndpoint endpoint,
MuleEvent event) |
MessageRedeliveredException(String messageId,
int redeliveryCount,
int maxRedelivery,
InboundEndpoint endpoint,
MuleEvent event,
Message message) |
| Modifier and Type | Method and Description |
|---|---|
InboundEndpoint |
MessageReceiver.getEndpoint() |
InboundEndpoint |
MessageRequester.getEndpoint() |
| Modifier and Type | Method and Description |
|---|---|
void |
MessageRequesterFactory.activate(InboundEndpoint endpoint,
MessageRequester requester)
Invoked before the given requester is handed out to a
client, but not after
MessageRequesterFactory.create(org.mule.api.endpoint.InboundEndpoint). |
MessageRequester |
MessageRequesterFactory.create(InboundEndpoint endpoint)
Creates a new message requester instance, initialised with the passed
endpoint.
|
void |
MessageRequesterFactory.destroy(InboundEndpoint endpoint,
MessageRequester requester)
Invoked when a requester returned
false for
MessageRequesterFactory.validate(org.mule.api.endpoint.InboundEndpoint, org.mule.api.transport.MessageRequester). |
void |
MessageRequesterFactory.passivate(InboundEndpoint endpoint,
MessageRequester requester)
Invoked immediately before the given requester is returned
to its pool.
|
void |
Connector.registerListener(InboundEndpoint endpoint,
MessageProcessor listener,
FlowConstruct flowConstruct)
Registers a MessageProcessor listener which will listen to new message
received from a specific transport channel and then processed by the endpoint.
|
MuleMessage |
Connector.request(InboundEndpoint endpoint,
long timeout)
Make a specific request to the underlying transport
|
void |
MessageReceiver.setEndpoint(InboundEndpoint endpoint) |
void |
Connector.unregisterListener(InboundEndpoint endpoint,
FlowConstruct flowConstruct)
Unregisters the listener for the given endpoints.
|
boolean |
MessageRequesterFactory.validate(InboundEndpoint endpoint,
MessageRequester requester)
Invoked after the requester is returned from a client but
before it is prepared for return to its pool via
MessageRequesterFactory.passivate(org.mule.api.endpoint.InboundEndpoint, org.mule.api.transport.MessageRequester). |
| Modifier and Type | Method and Description |
|---|---|
MuleMessage |
DefaultLocalMuleClient.request(InboundEndpoint endpoint,
long timeout) |
| Modifier and Type | Method and Description |
|---|---|
static Message |
CoreMessages.failedToStartInboundEndpoint(InboundEndpoint endpoint) |
static Message |
CoreMessages.failedToStopInboundEndpoint(InboundEndpoint endpoint) |
| Modifier and Type | Method and Description |
|---|---|
void |
Flow.setEndpoint(InboundEndpoint endpoint)
Deprecated.
use setMessageSource(MessageSource) instead
|
| Modifier and Type | Method and Description |
|---|---|
protected InboundEndpoint |
AbstractFlowConstructWithSingleInboundEndpointBuilder.getOrBuildInboundEndpoint(MuleContext muleContext) |
| Modifier and Type | Method and Description |
|---|---|
T |
AbstractFlowConstructWithSingleInboundEndpointBuilder.inboundEndpoint(InboundEndpoint inboundEndpoint) |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultInboundEndpoint |
class |
DynamicURIInboundEndpoint
Allow's EndpointURI to be set and changed dynamically by wrapping up an immutable endpoint instance.
|
| Modifier and Type | Field and Description |
|---|---|
protected InboundEndpoint |
DynamicURIInboundEndpoint.endpoint |
| Modifier and Type | Method and Description |
|---|---|
InboundEndpoint |
AbstractEndpointBuilder.buildInboundEndpoint() |
protected InboundEndpoint |
AbstractEndpointBuilder.createInboundEndpoint(EndpointURI endpointURI,
List<MessageProcessor> mergedProcessors,
List<MessageProcessor> mergedResponseProcessors,
Connector connector) |
protected InboundEndpoint |
AbstractEndpointBuilder.doBuildInboundEndpoint() |
InboundEndpoint |
DefaultEndpointFactory.getInboundEndpoint(EndpointBuilder builder) |
InboundEndpoint |
DefaultEndpointFactory.getInboundEndpoint(EndpointURI uri) |
InboundEndpoint |
DefaultEndpointFactory.getInboundEndpoint(String uri) |
InboundEndpoint |
SimpleEndpointCache.getInboundEndpoint(String uri,
MessageExchangePattern mep) |
| Modifier and Type | Method and Description |
|---|---|
MessageProcessor |
DefaultEndpointMessageProcessorChainFactory.createInboundMessageProcessorChain(InboundEndpoint endpoint,
FlowConstruct flowConstruct,
MessageProcessor target) |
protected List<MessageProcessor> |
DefaultEndpointMessageProcessorChainFactory.createInboundMessageProcessors(InboundEndpoint endpoint)
Override this method to change the default MessageProcessors.
|
protected List<MessageProcessor> |
DefaultEndpointMessageProcessorChainFactory.createInboundResponseMessageProcessors(InboundEndpoint endpoint)
Override this method to change the default MessageProcessors.
|
| Constructor and Description |
|---|
DynamicURIInboundEndpoint(InboundEndpoint endpoint) |
DynamicURIInboundEndpoint(InboundEndpoint endpoint,
EndpointURI dynamicEndpointURI) |
| Modifier and Type | Field and Description |
|---|---|
protected InboundEndpoint |
InboundLoggingMessageProcessor.endpoint |
protected InboundEndpoint |
InboundNotificationMessageProcessor.endpoint |
| Modifier and Type | Method and Description |
|---|---|
InboundEndpoint |
InboundNotificationMessageProcessor.getInboundEndpoint() |
| Constructor and Description |
|---|
InboundEndpointMimeTypeCheckingMessageProcessor(InboundEndpoint endpoint) |
InboundEndpointPropertyMessageProcessor(InboundEndpoint endpoint) |
InboundLoggingMessageProcessor(InboundEndpoint endpoint) |
InboundNotificationMessageProcessor(InboundEndpoint endpoint) |
| Modifier and Type | Field and Description |
|---|---|
protected List<InboundEndpoint> |
ServiceCompositeMessageSource.endpoints
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
InboundEndpoint |
ServiceCompositeMessageSource.getEndpoint(String name)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
List<InboundEndpoint> |
ServiceCompositeMessageSource.getEndpoints()
Deprecated.
|
| Modifier and Type | Field and Description |
|---|---|
protected InboundEndpoint |
AbstractReceiverWorker.endpoint |
| Modifier and Type | Method and Description |
|---|---|
InboundEndpoint |
AbstractMessageReceiver.getEndpoint() |
InboundEndpoint |
AbstractMessageRequester.getEndpoint() |
protected InboundEndpoint |
AbstractTransportMessageProcessTemplate.getInboundEndpoint() |
| Modifier and Type | Method and Description |
|---|---|
void |
KeyedPoolMessageRequesterFactoryAdapter.activate(InboundEndpoint endpoint,
MessageRequester requester) |
void |
AbstractMessageRequesterFactory.activate(InboundEndpoint endpoint,
MessageRequester requester) |
MessageRequester |
UnsupportedMessageRequesterFactory.create(InboundEndpoint endpoint) |
MessageRequester |
KeyedPoolMessageRequesterFactoryAdapter.create(InboundEndpoint endpoint) |
abstract MessageRequester |
AbstractMessageRequesterFactory.create(InboundEndpoint endpoint) |
protected MessageReceiver |
AbstractConnector.createReceiver(FlowConstruct flowConstruct,
InboundEndpoint endpoint)
Create a Message receiver for this connector
|
void |
KeyedPoolMessageRequesterFactoryAdapter.destroy(InboundEndpoint endpoint,
MessageRequester requester) |
void |
AbstractMessageRequesterFactory.destroy(InboundEndpoint endpoint,
MessageRequester requester) |
protected void |
AbstractConnector.doUnregisterListener(FlowConstruct flowConstruct,
InboundEndpoint endpoint,
MessageReceiver receiver) |
MessageReceiver |
AbstractConnector.getReceiver(FlowConstruct flowConstruct,
InboundEndpoint endpoint) |
protected Object |
AbstractConnector.getReceiverKey(FlowConstruct flowConstruct,
InboundEndpoint endpoint)
The method determines the key used to store the receiver against.
|
void |
KeyedPoolMessageRequesterFactoryAdapter.passivate(InboundEndpoint endpoint,
MessageRequester requester) |
void |
AbstractMessageRequesterFactory.passivate(InboundEndpoint endpoint,
MessageRequester requester) |
void |
AbstractConnector.registerListener(InboundEndpoint endpoint,
MessageProcessor messageProcessorChain,
FlowConstruct flowConstruct) |
MuleMessage |
AbstractConnector.request(InboundEndpoint endpoint,
long timeout) |
void |
AbstractMessageReceiver.setEndpoint(InboundEndpoint endpoint) |
protected void |
AbstractConnector.setupRequestReturn(InboundEndpoint endpoint,
MessageRequester requester,
MuleMessage result)
This method will return the requester to the pool or, if the payload is an
inputstream, replace the payload with a new DelegatingInputStream which
returns the requester to the pool when the stream is closed.
|
void |
AbstractConnector.unregisterListener(InboundEndpoint endpoint,
FlowConstruct flowConstruct) |
boolean |
KeyedPoolMessageRequesterFactoryAdapter.validate(InboundEndpoint endpoint,
MessageRequester requester) |
boolean |
AbstractMessageRequesterFactory.validate(InboundEndpoint endpoint,
MessageRequester requester) |
| Constructor and Description |
|---|
AbstractMessageReceiver(Connector connector,
FlowConstruct flowConstruct,
InboundEndpoint endpoint)
Creates the Message Receiver
|
AbstractMessageRequester(InboundEndpoint endpoint) |
AbstractPollingMessageReceiver(Connector connector,
FlowConstruct flowConstruct,
InboundEndpoint endpoint) |
TransactedPollingMessageReceiver(Connector connector,
FlowConstruct flowConstruct,
InboundEndpoint endpoint) |
TransactedPollingMessageReceiver(Connector connector,
FlowConstruct flowConstruct,
InboundEndpoint endpoint,
long frequency)
Deprecated.
|
UnsupportedMessageRequester(InboundEndpoint endpoint) |
| Modifier and Type | Method and Description |
|---|---|
protected Object |
MessageProcessorPollingConnector.getReceiverKey(FlowConstruct flowConstruct,
InboundEndpoint endpoint) |
| Constructor and Description |
|---|
MessageProcessorPollingMessageReceiver(Connector connector,
FlowConstruct flowConstruct,
InboundEndpoint 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) |
Copyright © 2003–2015 MuleSoft, Inc.. All rights reserved.