org.apache.openejb.client
Class MulticastConnectionFactory.URIs

java.lang.Object
  extended by org.apache.openejb.client.MulticastConnectionFactory.URIs
Enclosing class:
MulticastConnectionFactory

public static class MulticastConnectionFactory.URIs
extends Object


Constructor Summary
MulticastConnectionFactory.URIs()
           
 
Method Summary
static Map<String,String> parseParamters(URI uri)
           
static Map<String,String> parseQuery(String uri)
           
static String stripPrefix(String value, String prefix)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MulticastConnectionFactory.URIs

public MulticastConnectionFactory.URIs()
Method Detail

parseQuery

public static Map<String,String> parseQuery(String uri)
                                     throws URISyntaxException
Throws:
URISyntaxException

parseParamters

public static Map<String,String> parseParamters(URI uri)
                                         throws URISyntaxException
Throws:
URISyntaxException

stripPrefix

public static String stripPrefix(String value,
                                 String prefix)


Copyright © 1999-2013 The Apache OpenEJB development community. All Rights Reserved.