Uses of Class
org.mule.impl.endpoint.AbstractEndpointBuilder

Packages that use AbstractEndpointBuilder
org.mule.impl.endpoint Implemtation of Mule endpoint uris. 
org.mule.providers.file Provides file transport in the form of a directory listeners and file dispatchers. 
org.mule.providers.jdbc Provides jdbc transport. 
org.mule.providers.soap   
org.mule.providers.xmpp   
 

Uses of AbstractEndpointBuilder in org.mule.impl.endpoint
 

Subclasses of AbstractEndpointBuilder in org.mule.impl.endpoint
 class ResourceNameEndpointBuilder
          ResourceNameEndpointBuilder extracts a resource name from a uri endpointUri
 class SocketEndpointBuilder
          SocketEndpointBuilder builds an endpointUri based on host and port only
 class UrlEndpointBuilder
          UrlEndpointBuilder is the default endpointUri strategy suitable for most connectors
 class UserInfoEndpointBuilder
          UserInfoEndpointBuilder builds an endpoint with the userinfo and host details.
 

Uses of AbstractEndpointBuilder in org.mule.providers.file
 

Subclasses of AbstractEndpointBuilder in org.mule.providers.file
 class FileEndpointBuilder
          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 AbstractEndpointBuilder in org.mule.providers.jdbc
 

Subclasses of AbstractEndpointBuilder in org.mule.providers.jdbc
 class JdbcEndpointBuilder
          Parses a JDBC style endpoint to a MuleEndpointURI
 

Uses of AbstractEndpointBuilder in org.mule.providers.soap
 

Subclasses of AbstractEndpointBuilder in org.mule.providers.soap
 class WsdlUrlEndpointBuilder
          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 AbstractEndpointBuilder in org.mule.providers.xmpp
 

Subclasses of AbstractEndpointBuilder in org.mule.providers.xmpp
 class XmppEndpointBuilder
          Does the same as the UserINfoEndpointBuilder but also ensures that a path is set on the uri.
 



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