org.mule.api.endpoint
Interface EndpointURIBuilder

All Known Implementing Classes:
AbstractEndpointURIBuilder, FileEndpointURIBuilder, JdbcEndpointURIBuilder, ResourceNameEndpointURIBuilder, SocketEndpointURIBuilder, UrlEndpointURIBuilder, UserInfoEndpointURIBuilder, WsdlUrlEndpointURIBuilder, XmppEndpointURIBuilder

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-2009 MuleSource, Inc.. All Rights Reserved.