You are viewing a plain text version of this content. The canonical link for it is here.
Posted to wsif-dev@ws.apache.org by an...@apache.org on 2003/03/31 14:31:08 UTC

cvs commit: xml-axis-wsif/java/src/org/apache/wsif/util/jms WSIFJMSConstants.java

antelder    2003/03/31 04:31:08

  Modified:    java/src/org/apache/wsif/util/jms WSIFJMSConstants.java
  Log:
  Move some constants to JMSConstants
  
  Revision  Changes    Path
  1.4       +0 -9      xml-axis-wsif/java/src/org/apache/wsif/util/jms/WSIFJMSConstants.java
  
  Index: WSIFJMSConstants.java
  ===================================================================
  RCS file: /home/cvs/xml-axis-wsif/java/src/org/apache/wsif/util/jms/WSIFJMSConstants.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- WSIFJMSConstants.java	27 Mar 2003 12:21:34 -0000	1.3
  +++ WSIFJMSConstants.java	31 Mar 2003 12:31:08 -0000	1.4
  @@ -84,13 +84,4 @@
                       : "'"));
       }
   
  -    // protocol for the soap:address location with JMS
  -    public static final String jmsURLProtcol = "jms:/";
  -
  -    // query start character in the soap:address location with JMS
  -    public static final char jmsURLQueryChar = '?';
  -
  -    // query property seperator in the soap:address location with JMS
  -    public static final String jmsURLQuerySeperator = "|";
  -
   }