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 URLConnectionopenConnection(URL url) protected StringtoExternalForm(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:
toExternalFormin classURLStreamHandler
-
openConnection
- Specified by:
openConnectionin classURLStreamHandler
-