org.mule.api.endpoint
Interface EndpointURIBuilder

All Known Implementing Classes:
AbstractEndpointURIBuilder, ResourceNameEndpointURIBuilder, SocketEndpointURIBuilder, UrlEndpointURIBuilder, UserInfoEndpointURIBuilder

public interface EndpointURIBuilder

EndpointBuilder determines how a uri is translated to a MuleEndpointURI Connectors can override the default behaviour to suit their needs


Method Summary
 EndpointURI build(URI uri)
           
 

Method Detail

build

EndpointURI build(URI uri)
                  throws MalformedEndpointException
Throws:
MalformedEndpointException


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