Uses of Package
org.mule.endpoint

Packages that use org.mule.endpoint
org.mule.api.endpoint Endpoint interfaces. 
org.mule.config.spring.factories   
org.mule.endpoint Implemtation of Mule endpoint uris. 
org.mule.module.atom.endpoint   
org.mule.module.client Simple interface for Mule clients to send and receive events from local or remote Mule Servers. 
org.mule.module.cxf.endpoint   
org.mule.module.ibeans.spi.support   
org.mule.module.rss.endpoint   
org.mule.transport.file Provides file transport in the form of a directory listeners and file dispatchers. 
org.mule.transport.ibean   
org.mule.transport.jdbc Provides jdbc transport. 
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.soap.axis Provides an Axis soap transport for Mule
org.mule.transport.xmpp   
 

Classes in org.mule.endpoint used by org.mule.api.endpoint
URIBuilder
          This has the following logic: - if an address is specified, it is used verbatim (except for parameters); this is consistent with the generic case - otherwise, we construct from components, omitting things that aren't specified as much as possible (use required attributes to guarantee entries) In addition, parameters are handled as follows: - parameters can be given in the uri, the queryMap, or both - queryMap values override uri values - the order of parameters in the uri remains the same (even if values change) - queryMap parameters are appended after uri parameters TODO - check that we have sufficient control via XML (what about empty strings?) Not called EndpointURIBuilder because of EndpointURIBuilder
 

Classes in org.mule.endpoint used by org.mule.config.spring.factories
AbstractEndpointBuilder
          Abstract endpoint builder used for externalizing the complex creation logic of endpoints out of the endpoint instance itself.
EndpointURIEndpointBuilder
           
 

Classes in org.mule.endpoint used by org.mule.endpoint
AbstractEndpoint
          ImmutableMuleEndpoint describes a Provider in the Mule Server.
AbstractEndpointBuilder
          Abstract endpoint builder used for externalizing the complex creation logic of endpoints out of the endpoint instance itself.
AbstractEndpointURIBuilder
          UrlEndpointURIBuilder is the default endpointUri strategy suitable for most connectors
DynamicURIOutboundEndpoint
          Allows EndpointURI to be set and changed dynamically by wrapping up an immutable endpoint instance.
EndpointAwareMessageProcessor
          A message processor into which an endpoint needs to be injected.
EndpointURIEndpointBuilder
           
URIBuilder
          This has the following logic: - if an address is specified, it is used verbatim (except for parameters); this is consistent with the generic case - otherwise, we construct from components, omitting things that aren't specified as much as possible (use required attributes to guarantee entries) In addition, parameters are handled as follows: - parameters can be given in the uri, the queryMap, or both - queryMap values override uri values - the order of parameters in the uri remains the same (even if values change) - queryMap parameters are appended after uri parameters TODO - check that we have sufficient control via XML (what about empty strings?) Not called EndpointURIBuilder because of EndpointURIBuilder
 

Classes in org.mule.endpoint used by org.mule.module.atom.endpoint
AbstractEndpoint
          ImmutableMuleEndpoint describes a Provider in the Mule Server.
AbstractEndpointBuilder
          Abstract endpoint builder used for externalizing the complex creation logic of endpoints out of the endpoint instance itself.
AbstractMetaEndpointBuilder
          A base class used for Meta endpoint builders such as RSS or ATOM.
DefaultInboundEndpoint
           
EndpointURIEndpointBuilder
           
URIBuilder
          This has the following logic: - if an address is specified, it is used verbatim (except for parameters); this is consistent with the generic case - otherwise, we construct from components, omitting things that aren't specified as much as possible (use required attributes to guarantee entries) In addition, parameters are handled as follows: - parameters can be given in the uri, the queryMap, or both - queryMap values override uri values - the order of parameters in the uri remains the same (even if values change) - queryMap parameters are appended after uri parameters TODO - check that we have sufficient control via XML (what about empty strings?) Not called EndpointURIBuilder because of EndpointURIBuilder
 

Classes in org.mule.endpoint used by org.mule.module.client
MuleEndpointURI
          MuleEndpointURI is used to determine how a message is sent or received.
 

Classes in org.mule.endpoint used by org.mule.module.cxf.endpoint
AbstractEndpointBuilder
          Abstract endpoint builder used for externalizing the complex creation logic of endpoints out of the endpoint instance itself.
AbstractMetaEndpointBuilder
          A base class used for Meta endpoint builders such as RSS or ATOM.
EndpointURIEndpointBuilder
           
URIBuilder
          This has the following logic: - if an address is specified, it is used verbatim (except for parameters); this is consistent with the generic case - otherwise, we construct from components, omitting things that aren't specified as much as possible (use required attributes to guarantee entries) In addition, parameters are handled as follows: - parameters can be given in the uri, the queryMap, or both - queryMap values override uri values - the order of parameters in the uri remains the same (even if values change) - queryMap parameters are appended after uri parameters TODO - check that we have sufficient control via XML (what about empty strings?) Not called EndpointURIBuilder because of EndpointURIBuilder
 

Classes in org.mule.endpoint used by org.mule.module.ibeans.spi.support
DynamicOutboundEndpoint
          An Outbound endpoint who's URI will be constructed based on the current message.
DynamicURIInboundEndpoint
          Allow's EndpointURI to be set and changed dynamically by wrapping up an immutable endpoint instance.
DynamicURIOutboundEndpoint
          Allows EndpointURI to be set and changed dynamically by wrapping up an immutable endpoint instance.
 

Classes in org.mule.endpoint used by org.mule.module.rss.endpoint
AbstractEndpoint
          ImmutableMuleEndpoint describes a Provider in the Mule Server.
AbstractEndpointBuilder
          Abstract endpoint builder used for externalizing the complex creation logic of endpoints out of the endpoint instance itself.
AbstractMetaEndpointBuilder
          A base class used for Meta endpoint builders such as RSS or ATOM.
DefaultInboundEndpoint
           
EndpointURIEndpointBuilder
           
URIBuilder
          This has the following logic: - if an address is specified, it is used verbatim (except for parameters); this is consistent with the generic case - otherwise, we construct from components, omitting things that aren't specified as much as possible (use required attributes to guarantee entries) In addition, parameters are handled as follows: - parameters can be given in the uri, the queryMap, or both - queryMap values override uri values - the order of parameters in the uri remains the same (even if values change) - queryMap parameters are appended after uri parameters TODO - check that we have sufficient control via XML (what about empty strings?) Not called EndpointURIBuilder because of EndpointURIBuilder
 

Classes in org.mule.endpoint used by org.mule.transport.file
AbstractEndpointURIBuilder
          UrlEndpointURIBuilder is the default endpointUri strategy suitable for most connectors
 

Classes in org.mule.endpoint used by org.mule.transport.ibean
AbstractEndpointURIBuilder
          UrlEndpointURIBuilder is the default endpointUri strategy suitable for most connectors
ResourceNameEndpointURIBuilder
          ResourceNameEndpointBuilder extracts a resource name from a uri endpointUri
 

Classes in org.mule.endpoint used by org.mule.transport.jdbc
AbstractEndpointURIBuilder
          UrlEndpointURIBuilder is the default endpointUri strategy suitable for most connectors
 

Classes in org.mule.endpoint used by org.mule.transport.jms
AbstractEndpointURIBuilder
          UrlEndpointURIBuilder is the default endpointUri strategy suitable for most connectors
ResourceNameEndpointURIBuilder
          ResourceNameEndpointBuilder extracts a resource name from a uri endpointUri
 

Classes in org.mule.endpoint used by org.mule.transport.service
EndpointURIEndpointBuilder
           
 

Classes in org.mule.endpoint used by org.mule.transport.soap.axis
AbstractEndpointURIBuilder
          UrlEndpointURIBuilder is the default endpointUri strategy suitable for most connectors
 

Classes in org.mule.endpoint used by org.mule.transport.xmpp
AbstractEndpointURIBuilder
          UrlEndpointURIBuilder is the default endpointUri strategy suitable for most connectors
UserInfoEndpointURIBuilder
          UserInfoEndpointBuilder builds an endpoint with the userinfo and host details.
 



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