org.codehaus.activemq.util
Class URIHelper

java.lang.Object
  extended byorg.codehaus.activemq.util.URIHelper

public class URIHelper
extends Object

Some URI based helper methods.

Version:
$Revision: 1.1 $

Constructor Summary
URIHelper()
           
 
Method Summary
protected static void addKeyValuePair(Map answer, String pair)
           
static Map parseQuery(String query)
          Parsers the query string of the URI into a map of key-value pairs
static Map parseQuery(URI uri)
          Parsers the query string of the URI into a map of key-value pairs
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

URIHelper

public URIHelper()
Method Detail

parseQuery

public static Map parseQuery(URI uri)
Parsers the query string of the URI into a map of key-value pairs


parseQuery

public static Map parseQuery(String query)
Parsers the query string of the URI into a map of key-value pairs


addKeyValuePair

protected static void addKeyValuePair(Map answer,
                                      String pair)


Copyright © 2004 Protique, Ltd.. All Rights Reserved.