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.config.spring.factories   
org.mule.endpoint Implemtation of Mule endpoint uris. 
org.mule.module.cxf.endpoint   
org.mule.transport.jms Provides Jms transport connectivity with support for all Jms features. 
org.mule.transport.service Provides SPI support for building mule connectors and providers using service descriptors. 
org.mule.transport.servlet   
org.mule.transport.servlet.jetty   
org.mule.transport.vm A connector implementation allowing events to be passed between Mule sessions via in-memory queues. 
 

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.config.spring.factories
 

Constructors in org.mule.config.spring.factories that throw EndpointException
AbstractEndpointFactoryBean(EndpointURIEndpointBuilder global)
           
InboundEndpointFactoryBean(EndpointURIEndpointBuilder global)
           
OutboundEndpointFactoryBean(EndpointURIEndpointBuilder global)
           
PollInboundEndpointFactoryBean(EndpointURIEndpointBuilder global)
           
 

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 AbstractEndpointBuilder.getConnector()
           
protected  Connector AbstractMetaEndpointBuilder.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.module.cxf.endpoint
 

Methods in org.mule.module.cxf.endpoint that throw EndpointException
 InboundEndpoint WsdlCxfEndpointBuilder.buildInboundEndpoint()
           
 InboundEndpoint CxfEndpointBuilder.buildInboundEndpoint()
           
 OutboundEndpoint WsdlCxfEndpointBuilder.buildOutboundEndpoint()
           
 OutboundEndpoint CxfEndpointBuilder.buildOutboundEndpoint()
           
 

Constructors in org.mule.module.cxf.endpoint that throw EndpointException
CxfEndpointBuilder(EndpointURIEndpointBuilder global)
           
WsdlCxfEndpointBuilder(EndpointURIEndpointBuilder global)
           
 

Uses of EndpointException in org.mule.transport.jms
 

Methods in org.mule.transport.jms that throw EndpointException
protected  Destination JmsMessageDispatcher.getReplyToDestination(Message message, Session session, MuleEvent event, boolean remoteSync, boolean topic)
           
 

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.
 

Uses of EndpointException in org.mule.transport.servlet
 

Methods in org.mule.transport.servlet that throw EndpointException
protected  MessageReceiver MuleReceiverServlet.getReceiverForURI(HttpServletRequest httpServletRequest)
           
 

Uses of EndpointException in org.mule.transport.servlet.jetty
 

Methods in org.mule.transport.servlet.jetty that throw EndpointException
protected  MessageReceiver JettyReceiverServlet.getReceiverForURI(HttpServletRequest httpServletRequest)
           
 

Uses of EndpointException in org.mule.transport.vm
 

Methods in org.mule.transport.vm that throw EndpointException
protected  MessageReceiver VMConnector.getReceiverByEndpoint(EndpointURI endpointUri)
           
 



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