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   
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   
org.mule.impl.message   
org.mule.impl.security   
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.email Provides pop3, smtp and imap connectivity for Mule
org.mule.providers.email.transformers Contains transformers to convert to and from the java.mail.Message type. 
org.mule.providers.file Provides file transport in the form of a directory listeners and file dispatchers. 
org.mule.providers.http Provides http transport including proxy support. 
org.mule.providers.jdbc Provides jdbc transport. 
org.mule.providers.jms Provides Jms transport connectivity with support for all Jms features. 
org.mule.providers.multicast IP multicast connectivity for Mule
org.mule.providers.service Provides SPI support for building mule connectors and providers using service descriptors. 
org.mule.providers.servlet Allows the Mule server to easily interact with a servlet engine. 
org.mule.providers.soap   
org.mule.providers.soap.axis Provides an Axis soap transport for Mule
org.mule.providers.soap.glue Provides an Glue soap transport for Mule
org.mule.providers.ssl Provides tcp connectivity over Ssl for Mule
org.mule.providers.stream   
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.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.outbound Outbound router implementation as described in the Enterprise Integration Patterns book. 
org.mule.routing.response   
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.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   
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   
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
UMOEndpointURI
          UMOEndpointURI is used to determine how a message is sent of received.
 

Classes in org.mule.umo.endpoint used by org.mule.extras.client
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 of 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
UMOEndpointURI
          UMOEndpointURI is used to determine how a message is sent of received.
 

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 of received.
UMOImmutableEndpoint
          UMOImmutableEndpoint describes a Message endpoint where data is sent or recieved.
 

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 of received.
UMOImmutableEndpoint
          UMOImmutableEndpoint describes a Message endpoint where data is sent or recieved.
 

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

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

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

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

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

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

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

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.
UMOEndpointURI
          UMOEndpointURI is used to determine how a message is sent of received.
 

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

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.
UMOEndpointURI
          UMOEndpointURI is used to determine how a message is sent of received.
 

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

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

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

Classes in org.mule.umo.endpoint used by org.mule.providers.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.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 of received.
 

Classes in org.mule.umo.endpoint used by org.mule.providers.soap.glue
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 of 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.
UMOEndpointURI
          UMOEndpointURI is used to determine how a message is sent of received.
 

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

Classes in org.mule.umo.endpoint used by org.mule.providers.udp
UMOEndpoint
          UMOEndpoint describes a Provider in the Mule Server.
UMOEndpointURI
          UMOEndpointURI is used to determine how a message is sent of 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 of received.
 

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

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

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.outbound
UMOEndpoint
          UMOEndpoint describes a Provider in the Mule Server.
 

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.
 

Classes in org.mule.umo.endpoint used by org.mule.tck.functional
UMOEndpointURI
          UMOEndpointURI is used to determine how a message is sent of 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.transformers
UMOImmutableEndpoint
          UMOImmutableEndpoint describes a Message endpoint where data is sent or recieved.
 

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 of 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 of received.
UMOImmutableEndpoint
          UMOImmutableEndpoint describes a Message endpoint where data is sent or recieved.
 

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

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

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

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

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



Copyright © 2003-2005 SymphonySoft Limited. All Rights Reserved.