Package org.apache.axis.transport.jms
Class Handler
java.lang.Object
java.net.URLStreamHandler
org.apache.axis.transport.jms.Handler
URLStreamHandler for the "jms" protocol
- Author:
- Ray Chun (rchun@sonicsoftware.com)
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected URLConnection
openConnection
(URL url) protected String
toExternalForm
(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
-
Constructor Details
-
Handler
public Handler()
-
-
Method Details
-
toExternalForm
Reassembles the URL string, in the form "jms:/?prop1=value1&prop2=value2&..." - Overrides:
toExternalForm
in classURLStreamHandler
-
openConnection
- Specified by:
openConnection
in classURLStreamHandler
-