Uses of Package
org.mule.api.endpoint

Packages that use org.mule.api.endpoint
org.mule The Mule implementation of the Universal Message Objects(tm) API specification. 
org.mule.agent Admin components and Agents used to control and Monitor Mule 
org.mule.api The Universal Message Object(tm) API provides a way for components to interact without needing to know about the protocol or delivery mechanisms of information passed between them 
org.mule.api.client   
org.mule.api.component   
org.mule.api.endpoint Endpoint interfaces. 
org.mule.api.exception   
org.mule.api.registry   
org.mule.api.security Security API for authentication and authorisation. 
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.component   
org.mule.config.endpoint   
org.mule.config.i18n Internationalisation support for Mule messages and exception messages. 
org.mule.config.processors   
org.mule.config.spring.factories   
org.mule.construct   
org.mule.construct.builder   
org.mule.context.notification Internal server notification types fired via the MuleManager. 
org.mule.endpoint Implemtation of Mule endpoint uris. 
org.mule.endpoint.inbound   
org.mule.endpoint.outbound   
org.mule.module.client Simple interface for Mule clients to send and receive events from local or remote Mule Servers. 
org.mule.module.client.remoting   
org.mule.module.cxf   
org.mule.module.cxf.endpoint   
org.mule.module.cxf.support   
org.mule.module.cxf.transport   
org.mule.module.guice   
org.mule.module.ibeans.config   
org.mule.module.ibeans.spi.support   
org.mule.module.jca 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.module.management.mbean Jmx Management beans for mule components, the model and the Mule server. 
org.mule.module.spring.events A Spring EventMulticaster that allows any Spring bean to send and receive mule events through the ApplicationContext and event listeners. 
org.mule.module.ws.config.spring.factories   
org.mule.module.ws.construct   
org.mule.processor   
org.mule.processor.chain   
org.mule.registry   
org.mule.routing Defines the core routing patterns supported by mule. 
org.mule.routing.outbound Outbound router implementation as described in the Enterprise Integration Patterns book. 
org.mule.security Core security implementation including the mule security manager and encryption types 
org.mule.service   
org.mule.transformer Provides the default transformer base implementations for Mule including compression and encryption support. 
org.mule.transport Contains Abstract classes providing common functionality for all Mule providers. 
org.mule.transport.ajax   
org.mule.transport.ajax.container A AJAX transport allows Mule applications to send a receive events to the web browser. 
org.mule.transport.ajax.embedded A AJAX transport allows Mule applications to send a receive events to the web browser. 
org.mule.transport.ejb   
org.mule.transport.email Provides pop3, smtp and imap connectivity for Mule
org.mule.transport.file Provides file transport in the form of a directory listeners and file dispatchers. 
org.mule.transport.file.i18n   
org.mule.transport.ftp   
org.mule.transport.http Provides http transport including proxy support. 
org.mule.transport.http.config.spring.factories   
org.mule.transport.http.construct   
org.mule.transport.jdbc Provides jdbc transport. 
org.mule.transport.jdbc.sqlstrategy   
org.mule.transport.jms Provides Jms transport connectivity with support for all Jms features. 
org.mule.transport.jms.i18n   
org.mule.transport.jms.redelivery   
org.mule.transport.jms.websphere Provides Jms connectivity with Websphere-specific workarounds and improvements. 
org.mule.transport.multicast IP multicast connectivity for Mule
org.mule.transport.polling   
org.mule.transport.quartz   
org.mule.transport.quartz.config   
org.mule.transport.rmi   
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.sftp   
org.mule.transport.sftp.notification   
org.mule.transport.soap.axis Provides an Axis soap transport for Mule
org.mule.transport.soap.axis.extensions Axis specific extensions and component implementation that enables Mule components to act as Axis soap services. 
org.mule.transport.soap.axis.wsdl   
org.mule.transport.ssl Provides tcp connectivity over Ssl for Mule
org.mule.transport.stdio   
org.mule.transport.stdio.i18n   
org.mule.transport.tcp Provides tcp connectivity for Mule
org.mule.transport.udp Provides Udp connectivity for Mule
org.mule.transport.vm A connector implementation allowing events to be passed between Mule sessions via in-memory queues. 
org.mule.transport.xmpp   
org.mule.util Common helper classes for reading/writing files setting bean properties and SPI helpers. 
 

Classes in org.mule.api.endpoint used by org.mule
EndpointFactory
          Endpoint factory creates immutable instances of ImmutableEndpoint.
EndpointURI
          EndpointURI is used to determine how a message is sent or received.
InboundEndpoint
           
OutboundEndpoint
           
 

Classes in org.mule.api.endpoint used by org.mule.agent
OutboundEndpoint
           
 

Classes in org.mule.api.endpoint used by org.mule.api
EndpointFactory
          Endpoint factory creates immutable instances of ImmutableEndpoint.
EndpointURI
          EndpointURI is used to determine how a message is sent or received.
InboundEndpoint
           
OutboundEndpoint
           
 

Classes in org.mule.api.endpoint used by org.mule.api.client
InboundEndpoint
           
OutboundEndpoint
           
 

Classes in org.mule.api.endpoint used by org.mule.api.component
ImmutableEndpoint
          ImmutableEndpoint describes a Message endpoint where data is sent or received.
 

Classes in org.mule.api.endpoint used by org.mule.api.endpoint
EndpointBuilder
          Constructs endpoints.
EndpointException
          EndpointException is an abstract exception extended by endpoint specific exceptions.
EndpointMessageProcessorChainFactory
           
EndpointURI
          EndpointURI is used to determine how a message is sent or received.
ImmutableEndpoint
          ImmutableEndpoint describes a Message endpoint where data is sent or received.
InboundEndpoint
           
MalformedEndpointException
          MalformedEndpointException is thrown by the MuleEndpointURI class if it fails to parse a Url
OutboundEndpoint
           
 

Classes in org.mule.api.endpoint used by org.mule.api.exception
ImmutableEndpoint
          ImmutableEndpoint describes a Message endpoint where data is sent or received.
InboundEndpoint
           
 

Classes in org.mule.api.endpoint used by org.mule.api.registry
EndpointBuilder
          Constructs endpoints.
EndpointFactory
          Endpoint factory creates immutable instances of ImmutableEndpoint.
ImmutableEndpoint
          ImmutableEndpoint describes a Message endpoint where data is sent or received.
 

Classes in org.mule.api.endpoint used by org.mule.api.security
ImmutableEndpoint
          ImmutableEndpoint describes a Message endpoint where data is sent or received.
 

Classes in org.mule.api.endpoint used by org.mule.api.transformer
EndpointException
          EndpointException is an abstract exception extended by endpoint specific exceptions.
ImmutableEndpoint
          ImmutableEndpoint describes a Message endpoint where data is sent or received.
 

Classes in org.mule.api.endpoint used by org.mule.api.transport
EndpointException
          EndpointException is an abstract exception extended by endpoint specific exceptions.
EndpointURI
          EndpointURI is used to determine how a message is sent or received.
ImmutableEndpoint
          ImmutableEndpoint describes a Message endpoint where data is sent or received.
InboundEndpoint
           
OutboundEndpoint
           
 

Classes in org.mule.api.endpoint used by org.mule.client
EndpointException
          EndpointException is an abstract exception extended by endpoint specific exceptions.
InboundEndpoint
           
OutboundEndpoint
           
 

Classes in org.mule.api.endpoint used by org.mule.component
ImmutableEndpoint
          ImmutableEndpoint describes a Message endpoint where data is sent or received.
 

Classes in org.mule.api.endpoint used by org.mule.config.endpoint
EndpointBuilder
          Constructs endpoints.
EndpointURI
          EndpointURI is used to determine how a message is sent or received.
ImmutableEndpoint
          ImmutableEndpoint describes a Message endpoint where data is sent or received.
InboundEndpoint
           
OutboundEndpoint
           
 

Classes in org.mule.api.endpoint used by org.mule.config.i18n
EndpointURI
          EndpointURI is used to determine how a message is sent or received.
ImmutableEndpoint
          ImmutableEndpoint describes a Message endpoint where data is sent or received.
InboundEndpoint
           
 

Classes in org.mule.api.endpoint used by org.mule.config.processors
InboundEndpoint
           
OutboundEndpoint
           
 

Classes in org.mule.api.endpoint used by org.mule.config.spring.factories
EndpointBuilder
          Constructs endpoints.
EndpointException
          EndpointException is an abstract exception extended by endpoint specific exceptions.
OutboundEndpoint
           
 

Classes in org.mule.api.endpoint used by org.mule.construct
InboundEndpoint
           
OutboundEndpoint
           
 

Classes in org.mule.api.endpoint used by org.mule.construct.builder
EndpointBuilder
          Constructs endpoints.
InboundEndpoint
           
OutboundEndpoint
           
 

Classes in org.mule.api.endpoint used by org.mule.context.notification
ImmutableEndpoint
          ImmutableEndpoint describes a Message endpoint where data is sent or received.
 

Classes in org.mule.api.endpoint used by org.mule.endpoint
EndpointBuilder
          Constructs endpoints.
EndpointCache
          Cache endpoints in order to prevent memory leaks.
EndpointException
          EndpointException is an abstract exception extended by endpoint specific exceptions.
EndpointFactory
          Endpoint factory creates immutable instances of ImmutableEndpoint.
EndpointMessageProcessorChainFactory
           
EndpointURI
          EndpointURI is used to determine how a message is sent or received.
EndpointURIBuilder
          EndpointBuilder determines how a uri is translated to a MuleEndpointURI Connectors can override the default behaviour to suit their needs
ImmutableEndpoint
          ImmutableEndpoint describes a Message endpoint where data is sent or received.
InboundEndpoint
           
MalformedEndpointException
          MalformedEndpointException is thrown by the MuleEndpointURI class if it fails to parse a Url
OutboundEndpoint
           
 

Classes in org.mule.api.endpoint used by org.mule.endpoint.inbound
InboundEndpoint
           
 

Classes in org.mule.api.endpoint used by org.mule.endpoint.outbound
OutboundEndpoint
           
 

Classes in org.mule.api.endpoint used by org.mule.module.client
EndpointURI
          EndpointURI is used to determine how a message is sent or received.
ImmutableEndpoint
          ImmutableEndpoint describes a Message endpoint where data is sent or received.
InboundEndpoint
           
OutboundEndpoint
           
 

Classes in org.mule.api.endpoint used by org.mule.module.client.remoting
InboundEndpoint
           
 

Classes in org.mule.api.endpoint used by org.mule.module.cxf
EndpointNotFoundException
          EndpointNotFoundException is thrown when an endpoint name or protocol is specified but a matching endpoint is not registered with the Mule server
 

Classes in org.mule.api.endpoint used by org.mule.module.cxf.endpoint
EndpointBuilder
          Constructs endpoints.
EndpointException
          EndpointException is an abstract exception extended by endpoint specific exceptions.
EndpointURI
          EndpointURI is used to determine how a message is sent or received.
ImmutableEndpoint
          ImmutableEndpoint describes a Message endpoint where data is sent or received.
InboundEndpoint
           
OutboundEndpoint
           
 

Classes in org.mule.api.endpoint used by org.mule.module.cxf.support
EndpointNotFoundException
          EndpointNotFoundException is thrown when an endpoint name or protocol is specified but a matching endpoint is not registered with the Mule server
 

Classes in org.mule.api.endpoint used by org.mule.module.cxf.transport
OutboundEndpoint
           
 

Classes in org.mule.api.endpoint used by org.mule.module.guice
EndpointBuilder
          Constructs endpoints.
 

Classes in org.mule.api.endpoint used by org.mule.module.ibeans.config
ImmutableEndpoint
          ImmutableEndpoint describes a Message endpoint where data is sent or received.
InboundEndpoint
           
OutboundEndpoint
           
 

Classes in org.mule.api.endpoint used by org.mule.module.ibeans.spi.support
EndpointBuilder
          Constructs endpoints.
EndpointURI
          EndpointURI is used to determine how a message is sent or received.
ImmutableEndpoint
          ImmutableEndpoint describes a Message endpoint where data is sent or received.
InboundEndpoint
           
MalformedEndpointException
          MalformedEndpointException is thrown by the MuleEndpointURI class if it fails to parse a Url
OutboundEndpoint
           
 

Classes in org.mule.api.endpoint used by org.mule.module.jca
InboundEndpoint
           
OutboundEndpoint
           
 

Classes in org.mule.api.endpoint used by org.mule.module.management.mbean
ImmutableEndpoint
          ImmutableEndpoint describes a Message endpoint where data is sent or received.
 

Classes in org.mule.api.endpoint used by org.mule.module.spring.events
MalformedEndpointException
          MalformedEndpointException is thrown by the MuleEndpointURI class if it fails to parse a Url
 

Classes in org.mule.api.endpoint used by org.mule.module.ws.config.spring.factories
EndpointBuilder
          Constructs endpoints.
OutboundEndpoint
           
 

Classes in org.mule.api.endpoint used by org.mule.module.ws.construct
OutboundEndpoint
           
 

Classes in org.mule.api.endpoint used by org.mule.processor
ImmutableEndpoint
          ImmutableEndpoint describes a Message endpoint where data is sent or received.
 

Classes in org.mule.api.endpoint used by org.mule.processor.chain
ImmutableEndpoint
          ImmutableEndpoint describes a Message endpoint where data is sent or received.
 

Classes in org.mule.api.endpoint used by org.mule.registry
EndpointBuilder
          Constructs endpoints.
EndpointFactory
          Endpoint factory creates immutable instances of ImmutableEndpoint.
ImmutableEndpoint
          ImmutableEndpoint describes a Message endpoint where data is sent or received.
 

Classes in org.mule.api.endpoint used by org.mule.routing
OutboundEndpoint
           
 

Classes in org.mule.api.endpoint used by org.mule.routing.outbound
EndpointURI
          EndpointURI is used to determine how a message is sent or received.
OutboundEndpoint
           
 

Classes in org.mule.api.endpoint used by org.mule.security
ImmutableEndpoint
          ImmutableEndpoint describes a Message endpoint where data is sent or received.
 

Classes in org.mule.api.endpoint used by org.mule.service
InboundEndpoint
           
 

Classes in org.mule.api.endpoint used by org.mule.transformer
ImmutableEndpoint
          ImmutableEndpoint describes a Message endpoint where data is sent or received.
 

Classes in org.mule.api.endpoint used by org.mule.transport
EndpointURI
          EndpointURI is used to determine how a message is sent or received.
ImmutableEndpoint
          ImmutableEndpoint describes a Message endpoint where data is sent or received.
InboundEndpoint
           
OutboundEndpoint
           
 

Classes in org.mule.api.endpoint used by org.mule.transport.ajax
ImmutableEndpoint
          ImmutableEndpoint describes a Message endpoint where data is sent or received.
InboundEndpoint
           
OutboundEndpoint
           
 

Classes in org.mule.api.endpoint used by org.mule.transport.ajax.container
ImmutableEndpoint
          ImmutableEndpoint describes a Message endpoint where data is sent or received.
InboundEndpoint
           
 

Classes in org.mule.api.endpoint used by org.mule.transport.ajax.embedded
ImmutableEndpoint
          ImmutableEndpoint describes a Message endpoint where data is sent or received.
InboundEndpoint
           
 

Classes in org.mule.api.endpoint used by org.mule.transport.ejb
ImmutableEndpoint
          ImmutableEndpoint describes a Message endpoint where data is sent or received.
InboundEndpoint
           
OutboundEndpoint
           
 

Classes in org.mule.api.endpoint used by org.mule.transport.email
ImmutableEndpoint
          ImmutableEndpoint describes a Message endpoint where data is sent or received.
InboundEndpoint
           
OutboundEndpoint
           
 

Classes in org.mule.api.endpoint used by org.mule.transport.file
EndpointURIBuilder
          EndpointBuilder determines how a uri is translated to a MuleEndpointURI Connectors can override the default behaviour to suit their needs
InboundEndpoint
           
MalformedEndpointException
          MalformedEndpointException is thrown by the MuleEndpointURI class if it fails to parse a Url
OutboundEndpoint
           
 

Classes in org.mule.api.endpoint used by org.mule.transport.file.i18n
EndpointURI
          EndpointURI is used to determine how a message is sent or received.
 

Classes in org.mule.api.endpoint used by org.mule.transport.ftp
EndpointURI
          EndpointURI is used to determine how a message is sent or received.
ImmutableEndpoint
          ImmutableEndpoint describes a Message endpoint where data is sent or received.
InboundEndpoint
           
OutboundEndpoint
           
 

Classes in org.mule.api.endpoint used by org.mule.transport.http
ImmutableEndpoint
          ImmutableEndpoint describes a Message endpoint where data is sent or received.
InboundEndpoint
           
OutboundEndpoint
           
 

Classes in org.mule.api.endpoint used by org.mule.transport.http.config.spring.factories
EndpointBuilder
          Constructs endpoints.
OutboundEndpoint
           
 

Classes in org.mule.api.endpoint used by org.mule.transport.http.construct
OutboundEndpoint
           
 

Classes in org.mule.api.endpoint used by org.mule.transport.jdbc
EndpointURIBuilder
          EndpointBuilder determines how a uri is translated to a MuleEndpointURI Connectors can override the default behaviour to suit their needs
ImmutableEndpoint
          ImmutableEndpoint describes a Message endpoint where data is sent or received.
InboundEndpoint
           
MalformedEndpointException
          MalformedEndpointException is thrown by the MuleEndpointURI class if it fails to parse a Url
OutboundEndpoint
           
 

Classes in org.mule.api.endpoint used by org.mule.transport.jdbc.sqlstrategy
ImmutableEndpoint
          ImmutableEndpoint describes a Message endpoint where data is sent or received.
 

Classes in org.mule.api.endpoint used by org.mule.transport.jms
EndpointException
          EndpointException is an abstract exception extended by endpoint specific exceptions.
EndpointURIBuilder
          EndpointBuilder determines how a uri is translated to a MuleEndpointURI Connectors can override the default behaviour to suit their needs
ImmutableEndpoint
          ImmutableEndpoint describes a Message endpoint where data is sent or received.
InboundEndpoint
           
MalformedEndpointException
          MalformedEndpointException is thrown by the MuleEndpointURI class if it fails to parse a Url
OutboundEndpoint
           
 

Classes in org.mule.api.endpoint used by org.mule.transport.jms.i18n
ImmutableEndpoint
          ImmutableEndpoint describes a Message endpoint where data is sent or received.
 

Classes in org.mule.api.endpoint used by org.mule.transport.jms.redelivery
InboundEndpoint
           
 

Classes in org.mule.api.endpoint used by org.mule.transport.jms.websphere
InboundEndpoint
           
 

Classes in org.mule.api.endpoint used by org.mule.transport.multicast
InboundEndpoint
           
 

Classes in org.mule.api.endpoint used by org.mule.transport.polling
InboundEndpoint
           
 

Classes in org.mule.api.endpoint used by org.mule.transport.quartz
InboundEndpoint
           
OutboundEndpoint
           
 

Classes in org.mule.api.endpoint used by org.mule.transport.quartz.config
InboundEndpoint
           
 

Classes in org.mule.api.endpoint used by org.mule.transport.rmi
ImmutableEndpoint
          ImmutableEndpoint describes a Message endpoint where data is sent or received.
InboundEndpoint
           
OutboundEndpoint
           
 

Classes in org.mule.api.endpoint used by org.mule.transport.service
EndpointBuilder
          Constructs endpoints.
EndpointException
          EndpointException is an abstract exception extended by endpoint specific exceptions.
EndpointURI
          EndpointURI is used to determine how a message is sent or received.
EndpointURIBuilder
          EndpointBuilder determines how a uri is translated to a MuleEndpointURI Connectors can override the default behaviour to suit their needs
ImmutableEndpoint
          ImmutableEndpoint describes a Message endpoint where data is sent or received.
InboundEndpoint
           
 

Classes in org.mule.api.endpoint used by org.mule.transport.servlet
EndpointException
          EndpointException is an abstract exception extended by endpoint specific exceptions.
InboundEndpoint
           
 

Classes in org.mule.api.endpoint used by org.mule.transport.servlet.jetty
EndpointException
          EndpointException is an abstract exception extended by endpoint specific exceptions.
ImmutableEndpoint
          ImmutableEndpoint describes a Message endpoint where data is sent or received.
InboundEndpoint
           
 

Classes in org.mule.api.endpoint used by org.mule.transport.sftp
ImmutableEndpoint
          ImmutableEndpoint describes a Message endpoint where data is sent or received.
InboundEndpoint
           
OutboundEndpoint
           
 

Classes in org.mule.api.endpoint used by org.mule.transport.sftp.notification
ImmutableEndpoint
          ImmutableEndpoint describes a Message endpoint where data is sent or received.
 

Classes in org.mule.api.endpoint used by org.mule.transport.soap.axis
EndpointURI
          EndpointURI is used to determine how a message is sent or received.
EndpointURIBuilder
          EndpointBuilder determines how a uri is translated to a MuleEndpointURI Connectors can override the default behaviour to suit their needs
ImmutableEndpoint
          ImmutableEndpoint describes a Message endpoint where data is sent or received.
InboundEndpoint
           
MalformedEndpointException
          MalformedEndpointException is thrown by the MuleEndpointURI class if it fails to parse a Url
OutboundEndpoint
           
 

Classes in org.mule.api.endpoint used by org.mule.transport.soap.axis.extensions
OutboundEndpoint
           
 

Classes in org.mule.api.endpoint used by org.mule.transport.soap.axis.wsdl
OutboundEndpoint
           
 

Classes in org.mule.api.endpoint used by org.mule.transport.ssl
InboundEndpoint
           
 

Classes in org.mule.api.endpoint used by org.mule.transport.stdio
ImmutableEndpoint
          ImmutableEndpoint describes a Message endpoint where data is sent or received.
InboundEndpoint
           
OutboundEndpoint
           
 

Classes in org.mule.api.endpoint used by org.mule.transport.stdio.i18n
ImmutableEndpoint
          ImmutableEndpoint describes a Message endpoint where data is sent or received.
 

Classes in org.mule.api.endpoint used by org.mule.transport.tcp
ImmutableEndpoint
          ImmutableEndpoint describes a Message endpoint where data is sent or received.
InboundEndpoint
           
OutboundEndpoint
           
 

Classes in org.mule.api.endpoint used by org.mule.transport.udp
InboundEndpoint
           
OutboundEndpoint
           
 

Classes in org.mule.api.endpoint used by org.mule.transport.vm
EndpointException
          EndpointException is an abstract exception extended by endpoint specific exceptions.
EndpointURI
          EndpointURI is used to determine how a message is sent or received.
ImmutableEndpoint
          ImmutableEndpoint describes a Message endpoint where data is sent or received.
InboundEndpoint
           
OutboundEndpoint
           
 

Classes in org.mule.api.endpoint used by org.mule.transport.xmpp
EndpointURIBuilder
          EndpointBuilder determines how a uri is translated to a MuleEndpointURI Connectors can override the default behaviour to suit their needs
ImmutableEndpoint
          ImmutableEndpoint describes a Message endpoint where data is sent or received.
InboundEndpoint
           
MalformedEndpointException
          MalformedEndpointException is thrown by the MuleEndpointURI class if it fails to parse a Url
OutboundEndpoint
           
 

Classes in org.mule.api.endpoint used by org.mule.util
EndpointURI
          EndpointURI is used to determine how a message is sent or received.
 



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