站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss 4.0.1 sp1 jaxrpc API Documentation 英文版文档

Handler (JAXRPC API) - JBoss 4.0.1 sp1 jaxrpc API Documentation 英文版文档


org.apache.axis.transport.java
Class Handler

java.lang.Object
  extended byjava.net.URLStreamHandler
      extended byorg.apache.axis.transport.java.Handler

public class Handler
extends URLStreamHandler

A stub URLStreamHandler, so the system will recognize our custom URLs as valid.

Author:
Glen Daniels (gdaniels@macromedia.com)

Constructor Summary
Handler()
           
 
Method Summary
protected  URLConnection openConnection(URL u)
           
 
Methods inherited from class java.net.URLStreamHandler
equals, getDefaultPort, getHostAddress, hashCode, hostsEqual, parseURL, sameFile, setURL, setURL, toExternalForm
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Handler

public Handler()
Method Detail

openConnection

protected URLConnection openConnection(URL u)


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.