org.apache.axis.transport.jms

Class Handler

public class Handler extends URLStreamHandler

URLStreamHandler for the "jms" protocol

Author: Ray Chun (rchun@sonicsoftware.com)

Method Summary
protected URLConnectionopenConnection(URL url)
protected StringtoExternalForm(URL url)
Reassembles the URL string, in the form "jms:/?

Method Detail

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.