org.mule.transport.amqp.internal.client
Class UrlEndpointURIBuilder

java.lang.Object
  extended by org.mule.endpoint.AbstractEndpointURIBuilder
      extended by org.mule.transport.amqp.internal.client.UrlEndpointURIBuilder
All Implemented Interfaces:
org.mule.api.endpoint.EndpointURIBuilder

public class UrlEndpointURIBuilder
extends org.mule.endpoint.AbstractEndpointURIBuilder

This builder takes care of the cases where the URI has an empty host component but has the authority component filled.


Field Summary
 
Fields inherited from class org.mule.endpoint.AbstractEndpointURIBuilder
address, connectorName, endpointName, responseTransformers, transformers, userInfo
 
Constructor Summary
UrlEndpointURIBuilder()
           
 
Method Summary
protected  void setEndpoint(URI uri, Properties props)
           
 
Methods inherited from class org.mule.endpoint.AbstractEndpointURIBuilder
build, getPropertiesForURI, rewriteURI
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UrlEndpointURIBuilder

public UrlEndpointURIBuilder()
Method Detail

setEndpoint

protected void setEndpoint(URI uri,
                           Properties props)
                    throws org.mule.api.endpoint.MalformedEndpointException
Specified by:
setEndpoint in class org.mule.endpoint.AbstractEndpointURIBuilder
Throws:
org.mule.api.endpoint.MalformedEndpointException


Copyright © 2003–2015 MuleSoft, Inc.. All rights reserved.