org.codehaus.activemq.util
Class URIHelper
java.lang.Object
org.codehaus.activemq.util.URIHelper
- public class URIHelper
- extends Object
Some URI based helper methods.
- Version:
- $Revision: 1.1 $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
URIHelper
public URIHelper()
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.