| Interface | Description |
|---|---|
| EndpointBuilder |
Constructs endpoints.
|
| EndpointCache |
Cache endpoints in order to prevent memory leaks.
|
| EndpointFactory |
Endpoint factory creates immutable instances of
ImmutableEndpoint. |
| EndpointMessageProcessorChainFactory | |
| EndpointURI |
EndpointURI is used to determine how a message is sent or
received. |
| EndpointURIBuilder |
EndpointBuilder determines how a uri is translated to a
MuleEndpointURI Connectors can override the default behaviour to suit their needs |
| ImmutableEndpoint |
ImmutableEndpoint describes a Message endpoint where data is
sent or received. |
| InboundEndpoint | |
| OutboundEndpoint |
| Exception | Description |
|---|---|
| EndpointException |
EndpointException is an abstract exception extended by endpoint
specific exceptions. |
| EndpointNotFoundException |
EndpointNotFoundException is thrown when an endpoint name or
protocol is specified but a matching endpoint is not registered with the Mule
server |
| MalformedEndpointException |
MalformedEndpointException is thrown by the MuleEndpointURI class
if it fails to parse a Url |
Copyright © 2003–2015 MuleSoft, Inc.. All rights reserved.