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.endpoint Implemtation of Mule endpoint uris. 
org.mule.expression.transformers   
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.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.service Provides SPI support for building mule connectors and providers using service descriptors. 
 

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.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.expression.transformers
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.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.service
EndpointURIEndpointBuilder
           
 



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