Package | Description |
---|---|
org.mule.api.endpoint |
Endpoint interfaces.
|
org.mule.api.transformer |
Contains the interfaces for transformers and exceptions for the UMO Transformer API.
|
org.mule.api.transport |
Contains the interfaces that comprise a provider implementation.
|
org.mule.config.spring.factories | |
org.mule.endpoint |
Implemtation of Mule endpoint uris.
|
org.mule.transport.service |
Provides SPI support for building mule connectors and providers using service descriptors.
|
org.mule.transport.servlet | |
org.mule.transport.vm |
A connector implementation allowing events to be passed between Mule sessions via in-memory queues.
|
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. |
Constructor and Description |
---|
AbstractEndpointFactoryBean(EndpointURIEndpointBuilder global) |
InboundEndpointFactoryBean(EndpointURIEndpointBuilder global) |
OutboundEndpointFactoryBean(EndpointURIEndpointBuilder global) |
Modifier and Type | Method and Description |
---|---|
InboundEndpoint |
AbstractEndpointBuilder.buildInboundEndpoint() |
OutboundEndpoint |
AbstractEndpointBuilder.buildOutboundEndpoint() |
protected InboundEndpoint |
AbstractEndpointBuilder.doBuildInboundEndpoint() |
protected OutboundEndpoint |
AbstractEndpointBuilder.doBuildOutboundEndpoint() |
protected Connector |
AbstractEndpointBuilder.getConnector() |
protected Connector |
AbstractEndpointBuilder.getDefaultConnector() |
Constructor and Description |
---|
EndpointURIEndpointBuilder(EndpointURIEndpointBuilder global)
Called from Spring
|
MuleEndpointURI(String uri)
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. |
Modifier and Type | Method and Description |
---|---|
protected MessageReceiver |
MuleReceiverServlet.getReceiverForURI(javax.servlet.http.HttpServletRequest httpServletRequest) |
Modifier and Type | Method and Description |
---|---|
protected MessageReceiver |
VMConnector.getReceiverByEndpoint(EndpointURI endpointUri) |
Copyright © 2003–2013 MuleSource, Inc.. All rights reserved.