Package org.apache.synapse.api.dispatch
Class URITemplateHelper
- java.lang.Object
-
- org.apache.synapse.api.dispatch.URITemplateHelper
-
- All Implemented Interfaces:
DispatcherHelper
public class URITemplateHelper extends Object implements DispatcherHelper
-
-
Constructor Summary
Constructors Constructor Description URITemplateHelper(String templateString)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getString()
org.apache.synapse.commons.templates.uri.URITemplate
getUriTemplate()
-
-
-
Constructor Detail
-
URITemplateHelper
public URITemplateHelper(String templateString)
-
-
Method Detail
-
getUriTemplate
public org.apache.synapse.commons.templates.uri.URITemplate getUriTemplate()
-
getString
public String getString()
- Specified by:
getString
in interfaceDispatcherHelper
-
-