Uses of Class
org.mule.umo.endpoint.EndpointException

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   
org.mule.umo.provider Contains the interfaces that comprise a provider implementation. 
 

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
 class NoEndpointException
          NoEndpointException is thrown when an event is dispatched, but there is no enpoint for it.
 

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 DispatchException
          DispatchException is thrown when an endpoint dispatcher fails to send, dispatch or receive a message.
 class NoReceiverForEndpointException
          NoReceiverForEndpointException is thrown when an enpoint is specified for a receiver but no such receiver exists.
 



Copyright © 2003-2005 SymphonySoft Limited. All Rights Reserved.