Uses of Interface
org.mule.impl.endpoint.EndpointBuilder

Packages that use EndpointBuilder
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.service Provides SPI support for building mule connectors and providers using service descriptors. 
org.mule.providers.soap   
 

Uses of EndpointBuilder in org.mule.impl.endpoint
 

Classes in org.mule.impl.endpoint that implement EndpointBuilder
 class AbstractEndpointBuilder
          UrlEndpointBuilder is the default endpointUri strategy suitable for most connectors
 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 EndpointBuilder in org.mule.providers.file
 

Classes in org.mule.providers.file that implement EndpointBuilder
 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 EndpointBuilder in org.mule.providers.jdbc
 

Classes in org.mule.providers.jdbc that implement EndpointBuilder
 class JdbcEndpointBuilder
           
 

Uses of EndpointBuilder in org.mule.providers.service
 

Methods in org.mule.providers.service that return EndpointBuilder
 EndpointBuilder ConnectorServiceDescriptor.createEndpointBuilder()
           
 

Uses of EndpointBuilder in org.mule.providers.soap
 

Classes in org.mule.providers.soap that implement EndpointBuilder
 class SoapEndpointBuilder
          SoapEndpointBuilder constructs an endpointUri using the full url and sets the method property to the last path element.
 



Copyright © 2003-2005 SymphonySoft Limited. All Rights Reserved.