|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use EndpointException | |
---|---|
org.mule.impl.endpoint | Implemtation of Mule endpoint uris. |
org.mule.providers.http.jetty | |
org.mule.providers.http.servlet | |
org.mule.providers.service | Provides SPI support for building mule connectors and providers using service descriptors. |
org.mule.providers.vm | A connector implementation allowing events to be passed between Mule sessions via in-memory queues. |
org.mule.ra | A Resource Adapter implementation that allows a Mule instance to be deployed to a J2ee application server and exposes Mule services via the JCA connector architecture. |
org.mule.umo.endpoint | Endpoint interfaces. |
org.mule.umo.provider | Contains the interfaces that comprise a provider implementation. |
org.mule.umo.transformer | Contains the interfaces for transformers and exceptions for the UMO Transformer API. |
Uses of EndpointException in org.mule.impl.endpoint |
---|
Methods in org.mule.impl.endpoint that throw EndpointException | |
---|---|
void |
MuleEndpoint.setEndpointURI(UMOEndpointURI endpointUri)
|
Uses of EndpointException in org.mule.providers.http.jetty |
---|
Methods in org.mule.providers.http.jetty that throw EndpointException | |
---|---|
protected UMOMessageReceiver |
JettyReceiverServlet.getReceiverForURI(HttpServletRequest httpServletRequest)
|
Uses of EndpointException in org.mule.providers.http.servlet |
---|
Methods in org.mule.providers.http.servlet that throw EndpointException | |
---|---|
protected UMOEndpoint |
MuleRESTReceiverServlet.getEndpointForURI(HttpServletRequest httpServletRequest)
|
protected UMOMessageReceiver |
MuleReceiverServlet.getReceiverForURI(HttpServletRequest httpServletRequest)
|
Uses of EndpointException in org.mule.providers.service |
---|
Subclasses of EndpointException in org.mule.providers.service | |
---|---|
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. |
Methods in org.mule.providers.service that throw EndpointException | |
---|---|
static UMOEndpoint |
TransportFactory.createEndpoint(UMOEndpointURI uri,
String type)
|
Uses of EndpointException in org.mule.providers.vm |
---|
Methods in org.mule.providers.vm that throw EndpointException | |
---|---|
protected UMOMessageReceiver |
VMConnector.getReceiverByEndpoint(UMOEndpointURI endpointUri)
|
Uses of EndpointException in org.mule.ra |
---|
Methods in org.mule.ra that throw EndpointException | |
---|---|
protected UMOEndpoint |
MuleResourceAdapter.createMessageInflowEndpoint(MuleActivationSpec muleActivationSpec)
|
Uses of EndpointException in org.mule.umo.endpoint |
---|
Subclasses of EndpointException in org.mule.umo.endpoint | |
---|---|
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 |
Methods in org.mule.umo.endpoint that throw EndpointException | |
---|---|
void |
UMOEndpoint.setEndpointURI(UMOEndpointURI endpointUri)
This specifes the communication endpointUri. |
Uses of EndpointException in org.mule.umo.provider |
---|
Subclasses of EndpointException in org.mule.umo.provider | |
---|---|
class |
NoReceiverForEndpointException
NoReceiverForEndpointException is thrown when an enpoint is
specified for a receiver but no such receiver exists. |
Uses of EndpointException in org.mule.umo.transformer |
---|
Subclasses of EndpointException in org.mule.umo.transformer | |
---|---|
class |
TransformerException
TransformerException is a simple exception that is thrown by
transformers. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |