Uses of Package
org.mule.endpoint

Packages that use org.mule.endpoint
org.mule.api.endpoint Endpoint interfaces. 
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.config.spring.factories   
org.mule.config.transformer   
org.mule.endpoint Implemtation of Mule endpoint uris. 
org.mule.example.bookstore.transformers   
org.mule.example.errorhandler   
org.mule.example.geomail.transformers   
org.mule.example.hello   
org.mule.example.loanbroker.transformers   
org.mule.example.scripting   
org.mule.expression.transformers   
org.mule.module.atom.transformers   
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.jaas.filters   
org.mule.module.json.transformers Transfromers for converting from JavaBeans and collections to JSON and back again. 
org.mule.module.pgp.filters   
org.mule.module.rss.transformers   
org.mule.module.scripting.transformer   
org.mule.module.spring.remoting   
org.mule.module.xml.transformer Xml and Xslt Transformer implementations. 
org.mule.module.xml.transformer.jaxb   
org.mule.processor   
org.mule.processor.chain   
org.mule.security Core security implementation including the mule security manager and encryption types 
org.mule.security.filters Core sercurity filter types. 
org.mule.tck.functional Helper classes and interfaces used by Mule fnctional tests. 
org.mule.tck.transformer   
org.mule.transformer Provides the default transformer base implementations for Mule including compression and encryption support. 
org.mule.transformer.codec Transformers for Base64, UC and UU encoding/decoding. 
org.mule.transformer.compression Transformers for compressing and uncompressing message payloads. 
org.mule.transformer.encryption Transformers for encrypting and decrypting message payloads. 
org.mule.transformer.simple Basic transformer implementations. 
org.mule.transport.email.transformers Contains transformers to convert to and from the java.mail.Message type. 
org.mule.transport.file Provides file transport in the form of a directory listeners and file dispatchers. 
org.mule.transport.file.transformers Transformers for converting to and from the FileMessage type. 
org.mule.transport.http.filters   
org.mule.transport.http.servlet   
org.mule.transport.http.transformers   
org.mule.transport.jdbc Provides jdbc transport. 
org.mule.transport.jms Provides Jms transport connectivity with support for all Jms features. 
org.mule.transport.jms.transformers Contains transformers to convert to and from different javax.jms.Message types 
org.mule.transport.service Provides SPI support for building mule connectors and providers using service descriptors. 
org.mule.transport.servlet.transformers   
org.mule.transport.sftp.transformers   
org.mule.transport.soap.axis Provides an Axis soap transport for Mule
org.mule.transport.xmpp   
org.mule.transport.xmpp.transformers   
 

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.api.security
EndpointAware
          Interface used by objects that allow an endpoint instance to be set.
 

Classes in org.mule.endpoint used by org.mule.api.transformer
EndpointAware
          Interface used by objects that allow an endpoint instance to be set.
 

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.config.transformer
EndpointAware
          Interface used by objects that allow an endpoint instance to be set.
 

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
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.example.bookstore.transformers
EndpointAware
          Interface used by objects that allow an endpoint instance to be set.
 

Classes in org.mule.endpoint used by org.mule.example.errorhandler
EndpointAware
          Interface used by objects that allow an endpoint instance to be set.
 

Classes in org.mule.endpoint used by org.mule.example.geomail.transformers
EndpointAware
          Interface used by objects that allow an endpoint instance to be set.
 

Classes in org.mule.endpoint used by org.mule.example.hello
EndpointAware
          Interface used by objects that allow an endpoint instance to be set.
 

Classes in org.mule.endpoint used by org.mule.example.loanbroker.transformers
EndpointAware
          Interface used by objects that allow an endpoint instance to be set.
 

Classes in org.mule.endpoint used by org.mule.example.scripting
EndpointAware
          Interface used by objects that allow an endpoint instance to be set.
 

Classes in org.mule.endpoint used by org.mule.expression.transformers
EndpointAware
          Interface used by objects that allow an endpoint instance to be set.
 

Classes in org.mule.endpoint used by org.mule.module.atom.transformers
EndpointAware
          Interface used by objects that allow an endpoint instance to be set.
 

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
AbstractEndpoint
          ImmutableMuleEndpoint describes a Provider in the Mule Server.
DefaultInboundEndpoint
           
DynamicOutboundEndpoint
          An Outbound endpoint who's URI is a template used to created new non dynamic endpoints based on the current message.
DynamicURIInboundEndpoint
          Allow's EndpointURI to be set and changed dynamically by wrapping up an immutable endpoint instance.
 

Classes in org.mule.endpoint used by org.mule.module.jaas.filters
EndpointAware
          Interface used by objects that allow an endpoint instance to be set.
 

Classes in org.mule.endpoint used by org.mule.module.json.transformers
EndpointAware
          Interface used by objects that allow an endpoint instance to be set.
 

Classes in org.mule.endpoint used by org.mule.module.pgp.filters
EndpointAware
          Interface used by objects that allow an endpoint instance to be set.
 

Classes in org.mule.endpoint used by org.mule.module.rss.transformers
EndpointAware
          Interface used by objects that allow an endpoint instance to be set.
 

Classes in org.mule.endpoint used by org.mule.module.scripting.transformer
EndpointAware
          Interface used by objects that allow an endpoint instance to be set.
 

Classes in org.mule.endpoint used by org.mule.module.spring.remoting
EndpointAware
          Interface used by objects that allow an endpoint instance to be set.
 

Classes in org.mule.endpoint used by org.mule.module.xml.transformer
EndpointAware
          Interface used by objects that allow an endpoint instance to be set.
 

Classes in org.mule.endpoint used by org.mule.module.xml.transformer.jaxb
EndpointAware
          Interface used by objects that allow an endpoint instance to be set.
 

Classes in org.mule.endpoint used by org.mule.processor
EndpointAware
          Interface used by objects that allow an endpoint instance to be set.
 

Classes in org.mule.endpoint used by org.mule.processor.chain
EndpointAware
          Interface used by objects that allow an endpoint instance to be set.
 

Classes in org.mule.endpoint used by org.mule.security
EndpointAware
          Interface used by objects that allow an endpoint instance to be set.
 

Classes in org.mule.endpoint used by org.mule.security.filters
EndpointAware
          Interface used by objects that allow an endpoint instance to be set.
 

Classes in org.mule.endpoint used by org.mule.tck.functional
EndpointAware
          Interface used by objects that allow an endpoint instance to be set.
 

Classes in org.mule.endpoint used by org.mule.tck.transformer
EndpointAware
          Interface used by objects that allow an endpoint instance to be set.
 

Classes in org.mule.endpoint used by org.mule.transformer
EndpointAware
          Interface used by objects that allow an endpoint instance to be set.
 

Classes in org.mule.endpoint used by org.mule.transformer.codec
EndpointAware
          Interface used by objects that allow an endpoint instance to be set.
 

Classes in org.mule.endpoint used by org.mule.transformer.compression
EndpointAware
          Interface used by objects that allow an endpoint instance to be set.
 

Classes in org.mule.endpoint used by org.mule.transformer.encryption
EndpointAware
          Interface used by objects that allow an endpoint instance to be set.
 

Classes in org.mule.endpoint used by org.mule.transformer.simple
EndpointAware
          Interface used by objects that allow an endpoint instance to be set.
 

Classes in org.mule.endpoint used by org.mule.transport.email.transformers
EndpointAware
          Interface used by objects that allow an endpoint instance to be set.
 

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.file.transformers
EndpointAware
          Interface used by objects that allow an endpoint instance to be set.
 

Classes in org.mule.endpoint used by org.mule.transport.http.filters
EndpointAware
          Interface used by objects that allow an endpoint instance to be set.
 

Classes in org.mule.endpoint used by org.mule.transport.http.servlet
EndpointAware
          Interface used by objects that allow an endpoint instance to be set.
 

Classes in org.mule.endpoint used by org.mule.transport.http.transformers
EndpointAware
          Interface used by objects that allow an endpoint instance to be set.
 

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.jms.transformers
EndpointAware
          Interface used by objects that allow an endpoint instance to be set.
 

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

Classes in org.mule.endpoint used by org.mule.transport.servlet.transformers
EndpointAware
          Interface used by objects that allow an endpoint instance to be set.
 

Classes in org.mule.endpoint used by org.mule.transport.sftp.transformers
EndpointAware
          Interface used by objects that allow an endpoint instance to be set.
 

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.
 

Classes in org.mule.endpoint used by org.mule.transport.xmpp.transformers
EndpointAware
          Interface used by objects that allow an endpoint instance to be set.
 



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