|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use EndpointException | |
org.mule.impl.endpoint | Implemtation of Mule endpoint uris. |
org.mule.providers.service | Provides SPI support for building mule connectors and providers using service descriptors. |
org.mule.providers.servlet | Allows the Mule server to easily interact with a servlet engine. |
org.mule.providers.vm | A connector implementation allowing events to be passed between Mule sessions via in-memory queues. |
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.service |
Subclasses of EndpointException in org.mule.providers.service | |
class |
ConnectorFactoryException
ConnectorFactoryException 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 |
ConnectorServiceException
ConnectorServiceException is thrown if a ProviderServicedescriptor has
a service error set. |
class |
ConnectorServiceNotFoundException
ConnectorServiceNotFoundException 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 |
ConnectorFactory.createEndpoint(UMOEndpointURI uri,
java.lang.String type)
|
Uses of EndpointException in org.mule.providers.servlet |
Methods in org.mule.providers.servlet that throw EndpointException | |
protected UMOEndpoint |
MuleRESTReceiverServlet.getEndpointForURI(HttpServletRequest httpServletRequest)
|
protected ServletMessageReceiver |
MuleRESTReceiverServlet.getReceiverForURI(HttpServletRequest httpServletRequest)
|
Uses of EndpointException in org.mule.providers.vm |
Methods in org.mule.providers.vm that throw EndpointException | |
protected UMOMessageReceiver |
VMConnector.getRecieverByEndpoint(UMOEndpointURI endpointUri)
|
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 |