org.apache.axis.transport.jms
Class Handler

java.lang.Object
  extended by java.net.URLStreamHandler
      extended by org.apache.axis.transport.jms.Handler

public class Handler
extends java.net.URLStreamHandler

URLStreamHandler for the "jms" protocol

Author:
Ray Chun (rchun@sonicsoftware.com)

Constructor Summary
Handler()
           
 
Method Summary
protected  java.net.URLConnection openConnection(java.net.URL url)
           
protected  java.lang.String toExternalForm(java.net.URL url)
          Reassembles the URL string, in the form "jms:/?prop1=value1&prop2=value2&..."
 
Methods inherited from class java.net.URLStreamHandler
equals, getDefaultPort, getHostAddress, hashCode, hostsEqual, openConnection, parseURL, sameFile, setURL, setURL
 
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

toExternalForm

protected java.lang.String toExternalForm(java.net.URL url)
Reassembles the URL string, in the form "jms:/?prop1=value1&prop2=value2&..."

Overrides:
toExternalForm in class java.net.URLStreamHandler

openConnection

protected java.net.URLConnection openConnection(java.net.URL url)
Specified by:
openConnection in class java.net.URLStreamHandler


Copyright ? 2005 Apache Web Services Project. All Rights Reserved.