Class Handler


  • public class Handler
    extends java.net.URLStreamHandler
    URLStreamHandler for the "jms" protocol
    Author:
    Ray Chun (rchun@sonicsoftware.com)
    • Constructor Summary

      Constructors 
      Constructor Description
      Handler()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      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