| Package | Description |
|---|---|
| org.mule.api.endpoint |
Endpoint interfaces.
|
| 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.client | |
| org.mule.endpoint |
Implemtation of Mule endpoint uris.
|
| org.mule.transport.service |
Provides SPI support for building mule connectors and providers using service descriptors.
|
| Modifier and Type | Class and Description |
|---|---|
class |
EndpointNotFoundException
EndpointNotFoundException is thrown when an endpoint name or
protocol is specified but a matching endpoint is not registered with the Mule
server |
class |
MalformedEndpointException
MalformedEndpointException is thrown by the MuleEndpointURI class
if it fails to parse a Url |
| Modifier and Type | Method and Description |
|---|---|
InboundEndpoint |
EndpointBuilder.buildInboundEndpoint()
Constructs inbound endpoints
|
OutboundEndpoint |
EndpointBuilder.buildOutboundEndpoint()
Constructs outbound endpoints
|
| Modifier and Type | Class and Description |
|---|---|
class |
TransformerException
TransformerException is a simple exception that is thrown by
transformers. |
| Modifier and Type | Class and Description |
|---|---|
class |
NoReceiverForEndpointException
NoReceiverForEndpointException is thrown when an enpoint is
specified for a receiver but no such receiver exists. |
| Modifier and Type | Method and Description |
|---|---|
protected MuleEvent |
DefaultLocalMuleClient.createMuleEvent(MuleMessage message,
OutboundEndpoint endpoint) |
protected MuleEvent |
DefaultLocalMuleClient.createRequestResponseMuleEvent(MuleMessage message) |
| Modifier and Type | Method and Description |
|---|---|
InboundEndpoint |
AbstractEndpointBuilder.buildInboundEndpoint() |
OutboundEndpoint |
AbstractEndpointBuilder.buildOutboundEndpoint() |
protected void |
AbstractEndpointBuilder.checkInboundExchangePattern() |
protected InboundEndpoint |
AbstractEndpointBuilder.createInboundEndpoint(EndpointURI endpointURI,
List<MessageProcessor> mergedProcessors,
List<MessageProcessor> mergedResponseProcessors,
Connector connector) |
protected InboundEndpoint |
AbstractEndpointBuilder.doBuildInboundEndpoint() |
protected OutboundEndpoint |
AbstractEndpointBuilder.doBuildOutboundEndpoint() |
protected Connector |
AbstractEndpointBuilder.getConnector() |
protected Connector |
AbstractMetaEndpointBuilder.getConnector() |
protected Connector |
AbstractEndpointBuilder.getDefaultConnector() |
protected void |
AbstractEndpointBuilder.initExchangePatternFromConnectorDefault(TransportServiceDescriptor serviceDescriptor) |
| Constructor and Description |
|---|
AbstractMetaEndpointBuilder(EndpointURIEndpointBuilder global) |
EndpointURIEndpointBuilder(EndpointURIEndpointBuilder global)
Called from Spring
|
MuleEndpointURI(String uri,
MuleContext muleContext) |
MuleEndpointURI(String uri,
MuleContext muleContext,
Properties serviceOverrides) |
MuleEndpointURI(String uri,
String encodedUri,
MuleContext muleContext)
Creates but does not initialize the endpoint URI.
|
| Modifier and Type | Class and Description |
|---|---|
class |
TransportFactoryException
TransportFactoryException is thrown by the endpoint factory if the
endpoint service cannot be found in the META-INF/services directory or if any part
of the endpoint cannot be instanciated. |
class |
TransportServiceException
TransportServiceException is thrown if a ProviderServicedescriptor
has a service error set. |
class |
TransportServiceNotFoundException
TransportServiceNotFoundException is thorown if no matching service
endpoint descriptor is found for the connector protocol. |
Copyright © 2003–2015 MuleSoft, Inc.. All rights reserved.