Uses of Interface
org.mule.api.endpoint.EndpointURIBuilder

Packages that use EndpointURIBuilder
org.mule.endpoint Implemtation of Mule endpoint uris. 
org.mule.transport.file Provides file transport in the form of a directory listeners and file dispatchers. 
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   
 

Uses of EndpointURIBuilder in org.mule.endpoint
 

Classes in org.mule.endpoint that implement EndpointURIBuilder
 class AbstractEndpointURIBuilder
          UrlEndpointURIBuilder is the default endpointUri strategy suitable for most connectors
 class ResourceNameEndpointURIBuilder
          ResourceNameEndpointBuilder extracts a resource name from a uri endpointUri
 class SocketEndpointURIBuilder
          SocketEndpointBuilder builds an endpointUri based on host and port only
 class UrlEndpointURIBuilder
          UrlEndpointURIBuilder is the default endpointUri strategy suitable for most connectors
 class UserInfoEndpointURIBuilder
          UserInfoEndpointBuilder builds an endpoint with the userinfo and host details.
 

Uses of EndpointURIBuilder in org.mule.transport.file
 

Classes in org.mule.transport.file that implement EndpointURIBuilder
 class FileEndpointURIBuilder
          FileEndpointBuilder File uris need some special processing because the uri path can be any length, and the default resolver relies on a particular path format.
 

Uses of EndpointURIBuilder in org.mule.transport.jdbc
 

Classes in org.mule.transport.jdbc that implement EndpointURIBuilder
 class JdbcEndpointURIBuilder
          Parses a JDBC style endpoint to a MuleEndpointURI
 

Uses of EndpointURIBuilder in org.mule.transport.jms
 

Classes in org.mule.transport.jms that implement EndpointURIBuilder
 class JmsEndpointURIBuilder
          TODO
 

Uses of EndpointURIBuilder in org.mule.transport.service
 

Methods in org.mule.transport.service that return EndpointURIBuilder
 EndpointURIBuilder DefaultTransportServiceDescriptor.createEndpointURIBuilder()
           
 EndpointURIBuilder TransportServiceDescriptor.createEndpointURIBuilder()
           
 

Uses of EndpointURIBuilder in org.mule.transport.soap.axis
 

Classes in org.mule.transport.soap.axis that implement EndpointURIBuilder
 class WsdlUrlEndpointURIBuilder
          The same as the UrlEndpointbuilder except that all parameters except the first are set as properties on the endpoint and stripped from the endpoint Uri
 

Uses of EndpointURIBuilder in org.mule.transport.xmpp
 

Classes in org.mule.transport.xmpp that implement EndpointURIBuilder
 class XmppEndpointURIBuilder
          This endpoint builder ensures that a path is set on the URI as the path is the message type.
 



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