org.ow2.petals.binding.soap.util
Class URIBuilder
java.lang.Object
org.ow2.petals.binding.soap.util.URIBuilder
public class URIBuilder
- extends Object
An URI Builder for REST
- Since:
- 1.1
- Author:
- Christophe HAMERLING - eBM WebSourcing
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getInstance
public static URIBuilder getInstance()
- Get the instance.
- Returns:
- the instance
build
public URI build(String pattern,
Map<String,String> parameters)
throws URISyntaxException
- Parameters:
pattern - parameters -
- Returns:
-
- Throws:
URISyntaxException
URIBuilderException
getParams
public Set<String> getParams(String uriPattern)
- Parameters:
uriPattern -
- Returns:
Copyright © 2005-2012 Petals Link (EBM Websourcing). All Rights Reserved.