org.mule.endpoint
Class DynamicURIBuilder

java.lang.Object
  extended by org.mule.endpoint.DynamicURIBuilder

public class DynamicURIBuilder
extends Object

Builds dynamic string URI from a template URIBuilder


Field Summary
protected  org.apache.commons.logging.Log logger
           
 
Constructor Summary
DynamicURIBuilder(URIBuilder templateUriBuilder)
           
 
Method Summary
 String build(MuleEvent event)
           
 String getUriTemplate()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

logger

protected final transient org.apache.commons.logging.Log logger
Constructor Detail

DynamicURIBuilder

public DynamicURIBuilder(URIBuilder templateUriBuilder)
                  throws MalformedEndpointException
Throws:
MalformedEndpointException
Method Detail

build

public String build(MuleEvent event)
             throws URISyntaxException,
                    UnsupportedEncodingException
Throws:
URISyntaxException
UnsupportedEncodingException

getUriTemplate

public String getUriTemplate()


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