org.apache.geronimo.remoting.transport
Class URISupport

java.lang.Object
  extended byorg.apache.geronimo.remoting.transport.URISupport

public final class URISupport
extends Object

Version:
$Revision: 1.3 $ $Date: 2004/03/10 09:59:20 $

Constructor Summary
URISupport()
           
 
Method Summary
static Properties parseQueryParameters(URI uri)
           
static URI setFragment(URI uri, String fragment)
           
static URI setPath(URI uri, String path)
           
static String toQueryString(Properties queryParams)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

URISupport

public URISupport()
Method Detail

parseQueryParameters

public static Properties parseQueryParameters(URI uri)

toQueryString

public static String toQueryString(Properties queryParams)
Parameters:
queryParams -

setFragment

public static URI setFragment(URI uri,
                              String fragment)
                       throws URISyntaxException
Throws:
URISyntaxException

setPath

public static URI setPath(URI uri,
                          String path)
                   throws URISyntaxException
Throws:
URISyntaxException


Copyright © 2003-2005 Apache Software Foundation. All Rights Reserved.