org.apache.cxf.tools.util
Class URLFactory
java.lang.Object
org.apache.cxf.tools.util.URLFactory
public final class URLFactory
- extends java.lang.Object
Method Summary |
static java.net.URL |
createURL(java.lang.String spec)
|
static java.net.URL |
createURL(java.net.URL context,
java.lang.String spec)
|
static java.net.URLStreamHandler |
findHandler(java.lang.String protocol)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PROTOCOL_HANDLER_PKGS
public static final java.lang.String PROTOCOL_HANDLER_PKGS
- See Also:
- Constant Field Values
UNKNOWN_PROPTOCL_EX_MSG
public static final java.lang.String UNKNOWN_PROPTOCL_EX_MSG
- See Also:
- Constant Field Values
createURL
public static java.net.URL createURL(java.lang.String spec)
throws java.net.MalformedURLException
- Throws:
java.net.MalformedURLException
createURL
public static java.net.URL createURL(java.net.URL context,
java.lang.String spec)
throws java.net.MalformedURLException
- Throws:
java.net.MalformedURLException
findHandler
public static java.net.URLStreamHandler findHandler(java.lang.String protocol)
Apache CXF