Uses of Package
org.mule.umo.endpoint

Packages that use org.mule.umo.endpoint
org.mule Defines the main public API of the MuleManager and support classes such as the MuleServer. 
org.mule.config.builders Various configuration builders for configuring a Mule Instance. 
org.mule.config.i18n Internationalisation support for Mule messages and exception messages. 
org.mule.extras.client Simple interface for Mule clients to send and receive events from local or remote Mule Servers. 
org.mule.extras.spring.events A Spring EventMulticaster that allows any Spring bean to send and receive mule events through the ApplicationContext and event listeners. 
org.mule.impl The Mule implementation of the Universal Message Objects(tm) API specification. 
org.mule.impl.endpoint Implemtation of Mule endpoint uris. 
org.mule.impl.internal.admin Admin components and Agents used to control and Monitor Mule 
org.mule.impl.internal.notifications Internal server notification types fired via the MuleManager. 
org.mule.impl.message Wire message implementations. 
org.mule.impl.model   
org.mule.impl.security Core security implementation including the mule security manager and encryption types 
org.mule.management.mbeans Jmx Management beans for mule components, the model and the Mule server. 
org.mule.management.stats Jmx statistics support used to monitor messaging status for various Mule components. 
org.mule.providers Contains Abstract classes providing common functionality for all Mule providers. 
org.mule.providers.bpm   
org.mule.providers.ejb   
org.mule.providers.email Provides pop3, smtp and imap connectivity for Mule
org.mule.providers.file Provides file transport in the form of a directory listeners and file dispatchers. 
org.mule.providers.file.i18n   
org.mule.providers.ftp   
org.mule.providers.http Provides http transport including proxy support. 
org.mule.providers.http.jetty   
org.mule.providers.http.servlet   
org.mule.providers.jbi Allows JBI components to interact with Mule. 
org.mule.providers.jbi.components   
org.mule.providers.jdbc Provides jdbc transport. 
org.mule.providers.jms Provides Jms transport connectivity with support for all Jms features. 
org.mule.providers.jms.websphere Provides Jms connectivity with Websphere-specific workarounds and improvements. 
org.mule.providers.multicast IP multicast connectivity for Mule
org.mule.providers.oracle.jms   
org.mule.providers.quartz   
org.mule.providers.rmi   
org.mule.providers.service Provides SPI support for building mule connectors and providers using service descriptors. 
org.mule.providers.soap   
org.mule.providers.soap.axis Provides an Axis soap transport for Mule
org.mule.providers.soap.axis.extensions Axis specific extensions and component implementation that enables Mule components to act as Axis soap services. 
org.mule.providers.soap.axis.wsdl   
org.mule.providers.soap.xfire   
org.mule.providers.soap.xfire.wsdl   
org.mule.providers.ssl Provides tcp connectivity over Ssl for Mule
org.mule.providers.stream   
org.mule.providers.streaming   
org.mule.providers.tcp Provides tcp connectivity for Mule
org.mule.providers.udp Provides Udp connectivity for Mule
org.mule.providers.vm A connector implementation allowing events to be passed between Mule sessions via in-memory queues. 
org.mule.providers.xmpp   
org.mule.ra 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.routing Defines the core routing patterns supported by mule. 
org.mule.routing.inbound Inbound router implementation as described in the Enterprise Integration Patterns book. 
org.mule.routing.nested   
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.tck Provides a suite of abstract test cases that can be used to test you custom Mule extensions. 
org.mule.tck.functional Helper classes and interfaces used by Mule fnctional tests. 
org.mule.tck.providers Test suite for testing custom provider implementations. 
org.mule.tck.testmodels.mule   
org.mule.transformers Provides the default transformer base implementations for Mule including compression and encryption support. 
org.mule.umo 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.umo.endpoint Endpoint interfaces. 
org.mule.umo.manager Manager APIs, including the UMOManager, agent and server event interfaces 
org.mule.umo.provider Contains the interfaces that comprise a provider implementation. 
org.mule.umo.routing Interfaces that define inbound and outbound routing API. 
org.mule.umo.security Security API for authentication and authorisation. 
org.mule.umo.transformer Contains the interfaces for transformers and exceptions for the UMO Transformer API. 
org.mule.util Common helper classes for reading/writing files setting bean properties and SPI helpers. 
 

Classes in org.mule.umo.endpoint used by org.mule
UMOEndpoint
          UMOEndpoint describes a Provider in the Mule Server.
 

Classes in org.mule.umo.endpoint used by org.mule.config.builders
UMOEndpoint
          UMOEndpoint describes a Provider in the Mule Server.
UMOEndpointURI
          UMOEndpointURI is used to determine how a message is sent or received.
 

Classes in org.mule.umo.endpoint used by org.mule.config.i18n
UMOEndpoint
          UMOEndpoint describes a Provider in the Mule Server.
UMOEndpointURI
          UMOEndpointURI is used to determine how a message is sent or received.
UMOImmutableEndpoint
          UMOImmutableEndpoint describes a Message endpoint where data is sent or received.
 

Classes in org.mule.umo.endpoint used by org.mule.extras.client
UMOEndpoint
          UMOEndpoint describes a Provider in the Mule Server.
UMOEndpointURI
          UMOEndpointURI is used to determine how a message is sent or received.
 

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

Classes in org.mule.umo.endpoint used by org.mule.impl
UMOEndpoint
          UMOEndpoint describes a Provider in the Mule Server.
UMOEndpointURI
          UMOEndpointURI is used to determine how a message is sent or received.
UMOImmutableEndpoint
          UMOImmutableEndpoint describes a Message endpoint where data is sent or received.
 

Classes in org.mule.umo.endpoint used by org.mule.impl.endpoint
EndpointException
          EndpointException is an abstract exception extended by endpoint specific exceptions.
MalformedEndpointException
          MalformedEndpointException is thrown by the MuleEndpointURI class if it fails to parse a Url
UMOEndpoint
          UMOEndpoint describes a Provider in the Mule Server.
UMOEndpointURI
          UMOEndpointURI is used to determine how a message is sent or received.
UMOImmutableEndpoint
          UMOImmutableEndpoint describes a Message endpoint where data is sent or received.
 

Classes in org.mule.umo.endpoint used by org.mule.impl.internal.admin
UMOEndpointURI
          UMOEndpointURI is used to determine how a message is sent or received.
 

Classes in org.mule.umo.endpoint used by org.mule.impl.internal.notifications
UMOImmutableEndpoint
          UMOImmutableEndpoint describes a Message endpoint where data is sent or received.
 

Classes in org.mule.umo.endpoint used by org.mule.impl.message
UMOEndpointURI
          UMOEndpointURI is used to determine how a message is sent or received.
 

Classes in org.mule.umo.endpoint used by org.mule.impl.model
UMOImmutableEndpoint
          UMOImmutableEndpoint describes a Message endpoint where data is sent or received.
 

Classes in org.mule.umo.endpoint used by org.mule.impl.security
UMOImmutableEndpoint
          UMOImmutableEndpoint describes a Message endpoint where data is sent or received.
 

Classes in org.mule.umo.endpoint used by org.mule.management.mbeans
UMOEndpoint
          UMOEndpoint describes a Provider in the Mule Server.
 

Classes in org.mule.umo.endpoint used by org.mule.management.stats
UMOImmutableEndpoint
          UMOImmutableEndpoint describes a Message endpoint where data is sent or received.
 

Classes in org.mule.umo.endpoint used by org.mule.providers
UMOEndpoint
          UMOEndpoint describes a Provider in the Mule Server.
UMOEndpointURI
          UMOEndpointURI is used to determine how a message is sent or received.
UMOImmutableEndpoint
          UMOImmutableEndpoint describes a Message endpoint where data is sent or received.
 

Classes in org.mule.umo.endpoint used by org.mule.providers.bpm
UMOEndpoint
          UMOEndpoint describes a Provider in the Mule Server.
UMOImmutableEndpoint
          UMOImmutableEndpoint describes a Message endpoint where data is sent or received.
 

Classes in org.mule.umo.endpoint used by org.mule.providers.ejb
UMOEndpoint
          UMOEndpoint describes a Provider in the Mule Server.
UMOImmutableEndpoint
          UMOImmutableEndpoint describes a Message endpoint where data is sent or received.
 

Classes in org.mule.umo.endpoint used by org.mule.providers.email
UMOEndpoint
          UMOEndpoint describes a Provider in the Mule Server.
UMOImmutableEndpoint
          UMOImmutableEndpoint describes a Message endpoint where data is sent or received.
 

Classes in org.mule.umo.endpoint used by org.mule.providers.file
MalformedEndpointException
          MalformedEndpointException is thrown by the MuleEndpointURI class if it fails to parse a Url
UMOEndpoint
          UMOEndpoint describes a Provider in the Mule Server.
UMOImmutableEndpoint
          UMOImmutableEndpoint describes a Message endpoint where data is sent or received.
 

Classes in org.mule.umo.endpoint used by org.mule.providers.file.i18n
UMOEndpointURI
          UMOEndpointURI is used to determine how a message is sent or received.
 

Classes in org.mule.umo.endpoint used by org.mule.providers.ftp
UMOEndpoint
          UMOEndpoint describes a Provider in the Mule Server.
UMOEndpointURI
          UMOEndpointURI is used to determine how a message is sent or received.
UMOImmutableEndpoint
          UMOImmutableEndpoint describes a Message endpoint where data is sent or received.
 

Classes in org.mule.umo.endpoint used by org.mule.providers.http
UMOEndpoint
          UMOEndpoint describes a Provider in the Mule Server.
UMOImmutableEndpoint
          UMOImmutableEndpoint describes a Message endpoint where data is sent or received.
 

Classes in org.mule.umo.endpoint used by org.mule.providers.http.jetty
EndpointException
          EndpointException is an abstract exception extended by endpoint specific exceptions.
UMOEndpoint
          UMOEndpoint describes a Provider in the Mule Server.
 

Classes in org.mule.umo.endpoint used by org.mule.providers.http.servlet
EndpointException
          EndpointException is an abstract exception extended by endpoint specific exceptions.
MalformedEndpointException
          MalformedEndpointException is thrown by the MuleEndpointURI class if it fails to parse a Url
UMOEndpoint
          UMOEndpoint describes a Provider in the Mule Server.
 

Classes in org.mule.umo.endpoint used by org.mule.providers.jbi
UMOEndpoint
          UMOEndpoint describes a Provider in the Mule Server.
UMOImmutableEndpoint
          UMOImmutableEndpoint describes a Message endpoint where data is sent or received.
 

Classes in org.mule.umo.endpoint used by org.mule.providers.jbi.components
UMOEndpoint
          UMOEndpoint describes a Provider in the Mule Server.
 

Classes in org.mule.umo.endpoint used by org.mule.providers.jdbc
MalformedEndpointException
          MalformedEndpointException is thrown by the MuleEndpointURI class if it fails to parse a Url
UMOEndpoint
          UMOEndpoint describes a Provider in the Mule Server.
UMOImmutableEndpoint
          UMOImmutableEndpoint describes a Message endpoint where data is sent or received.
 

Classes in org.mule.umo.endpoint used by org.mule.providers.jms
UMOEndpoint
          UMOEndpoint describes a Provider in the Mule Server.
UMOImmutableEndpoint
          UMOImmutableEndpoint describes a Message endpoint where data is sent or received.
 

Classes in org.mule.umo.endpoint used by org.mule.providers.jms.websphere
UMOEndpoint
          UMOEndpoint describes a Provider in the Mule Server.
 

Classes in org.mule.umo.endpoint used by org.mule.providers.multicast
UMOEndpoint
          UMOEndpoint describes a Provider in the Mule Server.
UMOImmutableEndpoint
          UMOImmutableEndpoint describes a Message endpoint where data is sent or received.
 

Classes in org.mule.umo.endpoint used by org.mule.providers.oracle.jms
UMOEndpoint
          UMOEndpoint describes a Provider in the Mule Server.
UMOImmutableEndpoint
          UMOImmutableEndpoint describes a Message endpoint where data is sent or received.
 

Classes in org.mule.umo.endpoint used by org.mule.providers.quartz
UMOEndpoint
          UMOEndpoint describes a Provider in the Mule Server.
UMOImmutableEndpoint
          UMOImmutableEndpoint describes a Message endpoint where data is sent or received.
 

Classes in org.mule.umo.endpoint used by org.mule.providers.rmi
UMOEndpoint
          UMOEndpoint describes a Provider in the Mule Server.
UMOImmutableEndpoint
          UMOImmutableEndpoint describes a Message endpoint where data is sent or received.
 

Classes in org.mule.umo.endpoint used by org.mule.providers.service
EndpointException
          EndpointException is an abstract exception extended by endpoint specific exceptions.
UMOEndpoint
          UMOEndpoint describes a Provider in the Mule Server.
UMOEndpointURI
          UMOEndpointURI is used to determine how a message is sent or received.
UMOImmutableEndpoint
          UMOImmutableEndpoint describes a Message endpoint where data is sent or received.
 

Classes in org.mule.umo.endpoint used by org.mule.providers.soap
MalformedEndpointException
          MalformedEndpointException is thrown by the MuleEndpointURI class if it fails to parse a Url
 

Classes in org.mule.umo.endpoint used by org.mule.providers.soap.axis
UMOEndpoint
          UMOEndpoint describes a Provider in the Mule Server.
UMOEndpointURI
          UMOEndpointURI is used to determine how a message is sent or received.
UMOImmutableEndpoint
          UMOImmutableEndpoint describes a Message endpoint where data is sent or received.
 

Classes in org.mule.umo.endpoint used by org.mule.providers.soap.axis.extensions
UMOEndpoint
          UMOEndpoint describes a Provider in the Mule Server.
 

Classes in org.mule.umo.endpoint used by org.mule.providers.soap.axis.wsdl
UMOImmutableEndpoint
          UMOImmutableEndpoint describes a Message endpoint where data is sent or received.
 

Classes in org.mule.umo.endpoint used by org.mule.providers.soap.xfire
UMOEndpoint
          UMOEndpoint describes a Provider in the Mule Server.
UMOEndpointURI
          UMOEndpointURI is used to determine how a message is sent or received.
UMOImmutableEndpoint
          UMOImmutableEndpoint describes a Message endpoint where data is sent or received.
 

Classes in org.mule.umo.endpoint used by org.mule.providers.soap.xfire.wsdl
UMOImmutableEndpoint
          UMOImmutableEndpoint describes a Message endpoint where data is sent or received.
 

Classes in org.mule.umo.endpoint used by org.mule.providers.ssl
UMOEndpoint
          UMOEndpoint describes a Provider in the Mule Server.
 

Classes in org.mule.umo.endpoint used by org.mule.providers.stream
UMOEndpoint
          UMOEndpoint describes a Provider in the Mule Server.
UMOImmutableEndpoint
          UMOImmutableEndpoint describes a Message endpoint where data is sent or received.
 

Classes in org.mule.umo.endpoint used by org.mule.providers.streaming
UMOImmutableEndpoint
          UMOImmutableEndpoint describes a Message endpoint where data is sent or received.
 

Classes in org.mule.umo.endpoint used by org.mule.providers.tcp
UMOEndpoint
          UMOEndpoint describes a Provider in the Mule Server.
UMOImmutableEndpoint
          UMOImmutableEndpoint describes a Message endpoint where data is sent or received.
 

Classes in org.mule.umo.endpoint used by org.mule.providers.udp
UMOEndpoint
          UMOEndpoint describes a Provider in the Mule Server.
UMOImmutableEndpoint
          UMOImmutableEndpoint describes a Message endpoint where data is sent or received.
 

Classes in org.mule.umo.endpoint used by org.mule.providers.vm
EndpointException
          EndpointException is an abstract exception extended by endpoint specific exceptions.
UMOEndpoint
          UMOEndpoint describes a Provider in the Mule Server.
UMOEndpointURI
          UMOEndpointURI is used to determine how a message is sent or received.
UMOImmutableEndpoint
          UMOImmutableEndpoint describes a Message endpoint where data is sent or received.
 

Classes in org.mule.umo.endpoint used by org.mule.providers.xmpp
MalformedEndpointException
          MalformedEndpointException is thrown by the MuleEndpointURI class if it fails to parse a Url
UMOEndpoint
          UMOEndpoint describes a Provider in the Mule Server.
UMOEndpointURI
          UMOEndpointURI is used to determine how a message is sent or received.
UMOImmutableEndpoint
          UMOImmutableEndpoint describes a Message endpoint where data is sent or received.
 

Classes in org.mule.umo.endpoint used by org.mule.ra
EndpointException
          EndpointException is an abstract exception extended by endpoint specific exceptions.
MalformedEndpointException
          MalformedEndpointException is thrown by the MuleEndpointURI class if it fails to parse a Url
UMOEndpoint
          UMOEndpoint describes a Provider in the Mule Server.
UMOEndpointURI
          UMOEndpointURI is used to determine how a message is sent or received.
 

Classes in org.mule.umo.endpoint used by org.mule.routing
UMOEndpoint
          UMOEndpoint describes a Provider in the Mule Server.
UMOImmutableEndpoint
          UMOImmutableEndpoint describes a Message endpoint where data is sent or received.
 

Classes in org.mule.umo.endpoint used by org.mule.routing.inbound
UMOEndpoint
          UMOEndpoint describes a Provider in the Mule Server.
 

Classes in org.mule.umo.endpoint used by org.mule.routing.nested
UMOEndpoint
          UMOEndpoint describes a Provider in the Mule Server.
 

Classes in org.mule.umo.endpoint used by org.mule.routing.outbound
UMOEndpoint
          UMOEndpoint describes a Provider in the Mule Server.
UMOImmutableEndpoint
          UMOImmutableEndpoint describes a Message endpoint where data is sent or received.
 

Classes in org.mule.umo.endpoint used by org.mule.routing.response
UMOEndpoint
          UMOEndpoint describes a Provider in the Mule Server.
 

Classes in org.mule.umo.endpoint used by org.mule.tck
UMOEndpoint
          UMOEndpoint describes a Provider in the Mule Server.
UMOImmutableEndpoint
          UMOImmutableEndpoint describes a Message endpoint where data is sent or received.
 

Classes in org.mule.umo.endpoint used by org.mule.tck.functional
UMOEndpoint
          UMOEndpoint describes a Provider in the Mule Server.
UMOEndpointURI
          UMOEndpointURI is used to determine how a message is sent or received.
 

Classes in org.mule.umo.endpoint used by org.mule.tck.providers
UMOEndpoint
          UMOEndpoint describes a Provider in the Mule Server.
 

Classes in org.mule.umo.endpoint used by org.mule.tck.testmodels.mule
UMOEndpoint
          UMOEndpoint describes a Provider in the Mule Server.
UMOImmutableEndpoint
          UMOImmutableEndpoint describes a Message endpoint where data is sent or received.
 

Classes in org.mule.umo.endpoint used by org.mule.transformers
UMOImmutableEndpoint
          UMOImmutableEndpoint describes a Message endpoint where data is sent or received.
 

Classes in org.mule.umo.endpoint used by org.mule.umo
UMOEndpoint
          UMOEndpoint describes a Provider in the Mule Server.
UMOEndpointURI
          UMOEndpointURI is used to determine how a message is sent or received.
UMOImmutableEndpoint
          UMOImmutableEndpoint describes a Message endpoint where data is sent or received.
 

Classes in org.mule.umo.endpoint used by org.mule.umo.endpoint
EndpointException
          EndpointException is an abstract exception extended by endpoint specific exceptions.
UMOEndpointURI
          UMOEndpointURI is used to determine how a message is sent or received.
UMOImmutableEndpoint
          UMOImmutableEndpoint describes a Message endpoint where data is sent or received.
 

Classes in org.mule.umo.endpoint used by org.mule.umo.manager
UMOEndpoint
          UMOEndpoint describes a Provider in the Mule Server.
 

Classes in org.mule.umo.endpoint used by org.mule.umo.provider
EndpointException
          EndpointException is an abstract exception extended by endpoint specific exceptions.
UMOEndpoint
          UMOEndpoint describes a Provider in the Mule Server.
UMOEndpointURI
          UMOEndpointURI is used to determine how a message is sent or received.
UMOImmutableEndpoint
          UMOImmutableEndpoint describes a Message endpoint where data is sent or received.
 

Classes in org.mule.umo.endpoint used by org.mule.umo.routing
UMOEndpoint
          UMOEndpoint describes a Provider in the Mule Server.
UMOImmutableEndpoint
          UMOImmutableEndpoint describes a Message endpoint where data is sent or received.
 

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

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

Classes in org.mule.umo.endpoint used by org.mule.util
UMOEndpoint
          UMOEndpoint describes a Provider in the Mule Server.
UMOImmutableEndpoint
          UMOImmutableEndpoint describes a Message endpoint where data is sent or received.
 



Copyright © 2003-2008 MuleSource, Inc.. All Rights Reserved.