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

Packages that use EndpointException
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. 
 

Uses of EndpointException in org.mule.api.endpoint
 

Subclasses of EndpointException in org.mule.api.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.api.endpoint that throw EndpointException
 InboundEndpoint EndpointBuilder.buildInboundEndpoint()
          Constructs inbound endpoints
 OutboundEndpoint EndpointBuilder.buildOutboundEndpoint()
          Constructs outbound endpoints
 

Uses of EndpointException in org.mule.api.transformer
 

Subclasses of EndpointException in org.mule.api.transformer
 class TransformerException
          TransformerException is a simple exception that is thrown by transformers.
 

Uses of EndpointException in org.mule.api.transport
 

Subclasses of EndpointException in org.mule.api.transport
 class NoReceiverForEndpointException
          NoReceiverForEndpointException is thrown when an enpoint is specified for a receiver but no such receiver exists.
 

Uses of EndpointException in org.mule.client
 

Methods in org.mule.client that throw EndpointException
protected  MuleEvent DefaultLocalMuleClient.createMuleEvent(MuleMessage message, OutboundEndpoint endpoint)
           
 

Uses of EndpointException in org.mule.endpoint
 

Methods in org.mule.endpoint that throw EndpointException
 InboundEndpoint AbstractEndpointBuilder.buildInboundEndpoint()
           
 OutboundEndpoint AbstractEndpointBuilder.buildOutboundEndpoint()
           
protected  void AbstractEndpointBuilder.checkInboundExchangePattern()
           
protected  InboundEndpoint AbstractEndpointBuilder.doBuildInboundEndpoint()
           
protected  OutboundEndpoint AbstractEndpointBuilder.doBuildOutboundEndpoint()
           
protected  Connector AbstractMetaEndpointBuilder.getConnector()
           
protected  Connector AbstractEndpointBuilder.getConnector()
           
protected  Connector AbstractEndpointBuilder.getDefaultConnector()
           
protected  void AbstractEndpointBuilder.initExchangePatternFromConnectorDefault(TransportServiceDescriptor serviceDescriptor)
           
 

Constructors in org.mule.endpoint that throw EndpointException
AbstractMetaEndpointBuilder(EndpointURIEndpointBuilder global)
           
EndpointURIEndpointBuilder(EndpointURIEndpointBuilder global)
          Called from Spring
MuleEndpointURI(String uri, MuleContext muleContext)
           
MuleEndpointURI(String uri, String encodedUri, MuleContext muleContext)
          Creates but does not initialize the endpoint URI.
 

Uses of EndpointException in org.mule.transport.service
 

Subclasses of EndpointException in org.mule.transport.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.
 



Copyright © 2003-2013 MuleSoft, Inc.. All Rights Reserved.