| java.lang.Object java.net.URLStreamHandler com.sun.jbi.wsdl2.impl.test.Handler
Handler | public class Handler extends java.net.URLStreamHandler (Code) | | This class implements a "test:" protocol URL Stream handler.
author: Sun Microsystems Inc. |
Method Summary | |
public URLConnection | openConnection(URL url) Open a connection for the test: protocol to the given url, which
implicitly must use the test: protocol/schema.
Parameters: url - the URL of the resource to open a connection to. |
openConnection | public URLConnection openConnection(URL url)(Code) | | Open a connection for the test: protocol to the given url, which
implicitly must use the test: protocol/schema.
Parameters: url - the URL of the resource to open a connection to. the connection to the test resource described in url . |
Methods inherited from java.net.URLStreamHandler | protected boolean equals(URL u1, URL u2)(Code)(Java Doc) protected int getDefaultPort()(Code)(Java Doc) protected synchronized InetAddress getHostAddress(URL u)(Code)(Java Doc) protected int hashCode(URL u)(Code)(Java Doc) protected boolean hostsEqual(URL u1, URL u2)(Code)(Java Doc) abstract protected URLConnection openConnection(URL u) throws IOException(Code)(Java Doc) protected URLConnection openConnection(URL u, Proxy p) throws IOException(Code)(Java Doc) protected void parseURL(URL u, String spec, int start, int limit)(Code)(Java Doc) protected boolean sameFile(URL u1, URL u2)(Code)(Java Doc) protected void setURL(URL u, String protocol, String host, int port, String authority, String userInfo, String path, String query, String ref)(Code)(Java Doc) protected void setURL(URL u, String protocol, String host, int port, String file, String ref)(Code)(Java Doc) protected String toExternalForm(URL u)(Code)(Java Doc)
|
|
|