Uses of Class
org.mule.endpoint.AbstractEndpointURIBuilder

Packages that use AbstractEndpointURIBuilder
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.soap   
org.mule.transport.xmpp   
 

Uses of AbstractEndpointURIBuilder in org.mule.endpoint
 

Subclasses of AbstractEndpointURIBuilder in org.mule.endpoint
 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
          UrlEndpointBuilder is the default endpointUri strategy suitable for most connectors
 class UserInfoEndpointURIBuilder
          UserInfoEndpointBuilder builds an endpoint with the userinfo and host details.
 

Uses of AbstractEndpointURIBuilder in org.mule.transport.file
 

Subclasses of AbstractEndpointURIBuilder in org.mule.transport.file
 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 AbstractEndpointURIBuilder in org.mule.transport.jdbc
 

Subclasses of AbstractEndpointURIBuilder in org.mule.transport.jdbc
 class JdbcEndpointURIBuilder
          Parses a JDBC style endpoint to a MuleEndpointURI
 

Uses of AbstractEndpointURIBuilder in org.mule.transport.soap
 

Subclasses of AbstractEndpointURIBuilder in org.mule.transport.soap
 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 AbstractEndpointURIBuilder in org.mule.transport.xmpp
 

Subclasses of AbstractEndpointURIBuilder in org.mule.transport.xmpp
 class XmppEndpointURIBuilder
          Does the same as the UserInfoEndpointBuilder but also ensures that a path is set on the uri.
 



Copyright © 2003-2009 MuleSource, Inc.. All Rights Reserved.