org.ow2.petals.binding.soap.util
Class URIBuilder

java.lang.Object
  extended by 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

Method Summary
 URI build(String pattern, Map<String,String> parameters)
           
static URIBuilder getInstance()
          Get the instance.
 Set<String> getParams(String uriPattern)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

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.