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.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.endpoint Endpoint interfaces. 
org.mule.api.registry   
org.mule.api.routing Interfaces that define inbound and outbound routing API. 
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.config.i18n Internationalisation support for Mule messages and exception messages. 
org.mule.config.spring.factories   
org.mule.context.notification Internal server notification types fired via the MuleManager. 
org.mule.endpoint Implemtation of Mule endpoint uris. 
org.mule.management.stats Jmx statistics support used to monitor messaging status for various Mule components. 
org.mule.message Wire message implementations. 
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.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.registry   
org.mule.routing Defines the core routing patterns supported by mule. 
org.mule.routing.binding   
org.mule.routing.inbound Inbound router implementation as described in the Enterprise Integration Patterns book. 
org.mule.routing.outbound Outbound router implementation as described in the Enterprise Integration Patterns book. 
org.mule.routing.response Response router implementations that enable asynchronous event processing in request /response messaging requests. 
org.mule.security Core security implementation including the mule security manager and encryption types 
org.mule.service   
org.mule.tck.functional Helper classes and interfaces used by Mule fnctional tests. 
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.bpm   
org.mule.transport.cxf   
org.mule.transport.cxf.support   
org.mule.transport.cxf.transport   
org.mule.transport.cxf.wsdl   
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.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.websphere Provides Jms connectivity with Websphere-specific workarounds and improvements. 
org.mule.transport.multicast IP multicast connectivity for Mule
org.mule.transport.quartz   
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.soap   
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.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
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.api
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.api.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
           
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.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.routing
ImmutableEndpoint
          ImmutableEndpoint describes a Message endpoint where data is sent or received.
InboundEndpoint
           
OutboundEndpoint
           
 

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.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.
 

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.
 

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.
EndpointException
          EndpointException is an abstract exception extended by endpoint specific exceptions.
EndpointFactory
          Endpoint factory creates immutable instances of ImmutableEndpoint.
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.management.stats
ImmutableEndpoint
          ImmutableEndpoint describes a Message endpoint where data is sent or received.
 

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

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.jca
InboundEndpoint
           
 

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.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
ImmutableEndpoint
          ImmutableEndpoint describes a Message endpoint where data is sent or received.
OutboundEndpoint
           
 

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

Classes in org.mule.api.endpoint used by org.mule.routing.inbound
InboundEndpoint
           
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.
ImmutableEndpoint
          ImmutableEndpoint describes a Message endpoint where data is sent or received.
OutboundEndpoint
           
 

Classes in org.mule.api.endpoint used by org.mule.routing.response
InboundEndpoint
           
 

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
ImmutableEndpoint
          ImmutableEndpoint describes a Message endpoint where data is sent or received.
InboundEndpoint
           
 

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

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.bpm
InboundEndpoint
           
OutboundEndpoint
           
 

Classes in org.mule.api.endpoint used by org.mule.transport.cxf
EndpointNotFoundException
          EndpointNotFoundException is thrown when an endpoint name or protocol is specified but a matching endpoint is not registered with the Mule server
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.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.transport.cxf.transport
ImmutableEndpoint
          ImmutableEndpoint describes a Message endpoint where data is sent or received.
OutboundEndpoint
           
 

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

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
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.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.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.
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.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.quartz
InboundEndpoint
           
OutboundEndpoint
           
 

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
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.
InboundEndpoint
           
 

Classes in org.mule.api.endpoint used by org.mule.transport.soap
EndpointURIBuilder
          EndpointBuilder determines how a uri is translated to a MuleEndpointURI Connectors can override the default behaviour to suit their needs
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.transport.soap.axis
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.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.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.
InboundEndpoint
           
OutboundEndpoint
           
 

Classes in org.mule.api.endpoint used by org.mule.transport.xmpp
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
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-2009 MuleSource, Inc.. All Rights Reserved.