org.apache.axis.transport.jms

Class Handler


public class Handler
extends java.net.URLStreamHandler

URLStreamHandler for the "jms" protocol
Author:
Ray Chun (rchun@sonicsoftware.com)

Method Summary

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

Method Details

openConnection

protected URLConnection openConnection(URL url)

toExternalForm

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

Copyright B) 2005 Apache Web Services Project. All Rights Reserved.