| Package | Description |
|---|---|
| org.mule.api.component | |
| org.mule.api.endpoint |
Endpoint interfaces.
|
| org.mule.api.exception | |
| org.mule.api.registry | |
| org.mule.api.security |
Security API for authentication and authorisation.
|
| org.mule.api.transformer |
Contains the interfaces for transformers and exceptions for the Transformer API.
|
| org.mule.api.transport |
Contains the interfaces that comprise a provider implementation.
|
| org.mule.component | |
| org.mule.config.i18n |
Internationalisation support for Mule messages and exception messages.
|
| org.mule.context.notification |
Internal server notification types fired via the MuleManager.
|
| org.mule.endpoint |
Implemtation of Mule endpoint uris.
|
| org.mule.processor | |
| org.mule.processor.chain | |
| org.mule.registry | |
| org.mule.security |
Core security implementation including the mule security manager and encryption types
|
| org.mule.transformer |
Provides the default transformer base implementations for Mule including compression and encryption support.
|
| org.mule.transport |
Contains Abstract classes providing common functionality for all Mule providers.
|
| org.mule.transport.service |
Provides SPI support for building mule connectors and providers using service descriptors.
|
| Modifier and Type | Method and Description |
|---|---|
ImmutableEndpoint |
InterfaceBinding.getEndpoint() |
| Modifier and Type | Method and Description |
|---|---|
void |
InterfaceBinding.setEndpoint(ImmutableEndpoint endpoint) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
InboundEndpoint |
interface |
OutboundEndpoint |
| Modifier and Type | Field and Description |
|---|---|
protected ImmutableEndpoint |
MessageRedeliveredException.endpoint |
| Modifier and Type | Method and Description |
|---|---|
ImmutableEndpoint |
MessageRedeliveredException.getEndpoint() |
| Modifier and Type | Method and Description |
|---|---|
Collection<ImmutableEndpoint> |
MuleRegistry.getEndpoints()
Deprecated.
Use
EndpointFactory for creation/lookup of individual endpoints instead |
| Modifier and Type | Method and Description |
|---|---|
void |
MuleRegistry.registerEndpoint(ImmutableEndpoint endpoint) |
| Modifier and Type | Method and Description |
|---|---|
ImmutableEndpoint |
EndpointSecurityFilter.getEndpoint()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
EndpointSecurityFilter.setEndpoint(ImmutableEndpoint endpoint)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
ImmutableEndpoint |
Transformer.getEndpoint()
Deprecated.
|
| Constructor and Description |
|---|
ReceiveException(ImmutableEndpoint endpoint,
long timeout,
Throwable cause) |
ReceiveException(Message message,
ImmutableEndpoint endpoint,
long timeout) |
ReceiveException(Message message,
ImmutableEndpoint endpoint,
long timeout,
Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
ImmutableEndpoint |
DefaultInterfaceBinding.getEndpoint() |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultInterfaceBinding.setEndpoint(ImmutableEndpoint e) |
| Modifier and Type | Method and Description |
|---|---|
static Message |
CoreMessages.exceptionListenerMustUseOutboundEndpoint(AbstractExceptionListener exceptionListener,
ImmutableEndpoint endpoint) |
static Message |
CoreMessages.failedToDispatchToReplyto(ImmutableEndpoint endpoint) |
static Message |
CoreMessages.outboundRouterMustUseOutboudEndpoints(OutboundRouter router,
ImmutableEndpoint endpoint) |
static Message |
CoreMessages.routingFailedOnEndpoint(Service service,
ImmutableEndpoint endpoint)
Deprecated.
|
static Message |
CoreMessages.transformOnObjectUnsupportedTypeOfEndpoint(String name,
Class<?> class1,
ImmutableEndpoint endpoint) |
| Modifier and Type | Method and Description |
|---|---|
ImmutableEndpoint |
EndpointMessageNotification.getImmutableEndpoint() |
| Constructor and Description |
|---|
EndpointMessageNotification(MuleMessage resource,
ImmutableEndpoint endpoint,
FlowConstruct flowConstruct,
int action) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractEndpoint
ImmutableMuleEndpoint describes a Provider in the Mule Server. |
class |
DefaultInboundEndpoint |
class |
DefaultOutboundEndpoint |
class |
DynamicOutboundEndpoint
An Outbound endpoint who's URI is a template used to created new non dynamic
endpoints based on the current message.
|
class |
DynamicURIInboundEndpoint
Allow's EndpointURI to be set and changed dynamically by wrapping up an immutable endpoint instance.
|
class |
DynamicURIOutboundEndpoint
Allows EndpointURI to be set and changed dynamically by wrapping up an immutable
endpoint instance.
|
| Modifier and Type | Field and Description |
|---|---|
protected ImmutableEndpoint |
EndpointMessageProcessorChainBuilder.endpoint |
| Modifier and Type | Method and Description |
|---|---|
protected ImmutableEndpoint |
DefaultEndpointFactory.getEndpoint(EndpointURI uri,
org.mule.endpoint.DefaultEndpointFactory.EndpointSource source) |
protected ImmutableEndpoint |
DefaultEndpointFactory.registerEndpoint(ImmutableEndpoint endpoint) |
| Modifier and Type | Method and Description |
|---|---|
protected ImmutableEndpoint |
DefaultEndpointFactory.registerEndpoint(ImmutableEndpoint endpoint) |
void |
EndpointAware.setEndpoint(ImmutableEndpoint ep) |
| Constructor and Description |
|---|
AbstractMetaEndpointBuilder(ImmutableEndpoint source) |
EndpointMessageProcessorChainBuilder(ImmutableEndpoint endpoint) |
EndpointMessageProcessorChainBuilder(ImmutableEndpoint endpoint,
FlowConstruct flowConstruct) |
EndpointURIEndpointBuilder(ImmutableEndpoint source) |
| Modifier and Type | Method and Description |
|---|---|
void |
SecurityFilterMessageProcessor.setEndpoint(ImmutableEndpoint ep) |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractMessageProcessorChain.setEndpoint(ImmutableEndpoint endpoint) |
| Modifier and Type | Method and Description |
|---|---|
Collection<ImmutableEndpoint> |
MuleRegistryHelper.getEndpoints() |
| Modifier and Type | Method and Description |
|---|---|
void |
MuleRegistryHelper.registerEndpoint(ImmutableEndpoint endpoint) |
| Modifier and Type | Field and Description |
|---|---|
protected ImmutableEndpoint |
AbstractEndpointSecurityFilter.endpoint
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
ImmutableEndpoint |
AbstractEndpointSecurityFilter.getEndpoint()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractEndpointSecurityFilter.setEndpoint(ImmutableEndpoint endpoint)
Deprecated.
|
| Modifier and Type | Field and Description |
|---|---|
protected ImmutableEndpoint |
AbstractTransformer.endpoint
The endpoint that this transformer instance is configured on
|
| Modifier and Type | Method and Description |
|---|---|
ImmutableEndpoint |
AbstractTransformer.getEndpoint() |
ImmutableEndpoint |
CompositeConverter.getEndpoint() |
| Modifier and Type | Method and Description |
|---|---|
static List<Transformer> |
TransformerUtils.getDefaultInboundTransformers(TransportServiceDescriptor serviceDescriptor,
ImmutableEndpoint endpoint) |
static List<Transformer> |
TransformerUtils.getDefaultOutboundTransformers(TransportServiceDescriptor serviceDescriptor,
ImmutableEndpoint endpoint) |
static List<Transformer> |
TransformerUtils.getDefaultResponseTransformers(TransportServiceDescriptor serviceDescriptor,
ImmutableEndpoint endpoint) |
void |
AbstractTransformer.setEndpoint(ImmutableEndpoint endpoint) |
void |
TransformerChain.setEndpoint(ImmutableEndpoint endpoint) |
void |
CompositeConverter.setEndpoint(ImmutableEndpoint ep) |
| Modifier and Type | Field and Description |
|---|---|
protected ImmutableEndpoint |
AbstractTransportMessageHandler.endpoint |
| Modifier and Type | Method and Description |
|---|---|
ImmutableEndpoint |
AbstractTransportMessageHandler.getEndpoint() |
| Modifier and Type | Method and Description |
|---|---|
protected <T> T |
AbstractConnector.createOperationResource(ImmutableEndpoint endpoint) |
void |
AbstractConnector.destroyReceiver(MessageReceiver receiver,
ImmutableEndpoint endpoint) |
protected String |
AbstractTransportMessageHandler.getConnectEventId(ImmutableEndpoint endpoint) |
List<Transformer> |
AbstractConnector.getDefaultInboundTransformers(ImmutableEndpoint endpoint) |
List<Transformer> |
AbstractConnector.getDefaultOutboundTransformers(ImmutableEndpoint endpoint) |
List<Transformer> |
AbstractConnector.getDefaultResponseTransformers(ImmutableEndpoint endpoint) |
ReplyToHandler |
AbstractConnector.getReplyToHandler(ImmutableEndpoint endpoint)
Getter for property 'replyToHandler'.
|
<T> T |
AbstractConnector.getTransactionalResource(ImmutableEndpoint endpoint)
Returns transactional resource to use based on endpoint configuration
and transactional context.
|
void |
AbstractTransportMessageHandler.setEndpoint(ImmutableEndpoint endpoint) |
| Constructor and Description |
|---|
AbstractTransportMessageHandler(ImmutableEndpoint endpoint) |
| Modifier and Type | Method and Description |
|---|---|
List<Transformer> |
DefaultTransportServiceDescriptor.createInboundTransformers(ImmutableEndpoint endpoint) |
List<Transformer> |
TransportServiceDescriptor.createInboundTransformers(ImmutableEndpoint endpoint) |
List<Transformer> |
DefaultTransportServiceDescriptor.createOutboundTransformers(ImmutableEndpoint endpoint) |
List<Transformer> |
TransportServiceDescriptor.createOutboundTransformers(ImmutableEndpoint endpoint) |
List<Transformer> |
DefaultTransportServiceDescriptor.createResponseTransformers(ImmutableEndpoint endpoint) |
List<Transformer> |
TransportServiceDescriptor.createResponseTransformers(ImmutableEndpoint endpoint) |
protected Transformer |
DefaultTransportServiceDescriptor.createTransformer(String className,
ImmutableEndpoint endpoint) |
Connector |
TransportFactory.getOrCreateConnectorByProtocol(ImmutableEndpoint endpoint) |
Copyright © 2003–2015 MuleSoft, Inc.. All rights reserved.