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