[jbossws-commits] JBossWS SVN: r16024 - in common/branches/jbossws-common-2.0.x: src/main/java/org/jboss/ws/common and 1 other directory.

jbossws-commits at lists.jboss.org jbossws-commits at lists.jboss.org
Mon Mar 26 05:46:10 EDT 2012


Author: ropalka
Date: 2012-03-26 05:46:09 -0400 (Mon, 26 Mar 2012)
New Revision: 16024

Modified:
   common/branches/jbossws-common-2.0.x/
   common/branches/jbossws-common-2.0.x/src/main/java/org/jboss/ws/common/Constants.java
Log:
[JBPAPP-7572][JBWS-3471] removing MTOM/XOP support - svn merge -r 16015:16016 https://svn.jboss.org/repos/jbossws/common/trunk


Property changes on: common/branches/jbossws-common-2.0.x
___________________________________________________________________
Modified: svn:mergeinfo
   - /common/branches/asoldano:14028-14056
   + /common/branches/asoldano:14028-14056
/common/trunk:16016

Modified: common/branches/jbossws-common-2.0.x/src/main/java/org/jboss/ws/common/Constants.java
===================================================================
--- common/branches/jbossws-common-2.0.x/src/main/java/org/jboss/ws/common/Constants.java	2012-03-26 07:52:54 UTC (rev 16023)
+++ common/branches/jbossws-common-2.0.x/src/main/java/org/jboss/ws/common/Constants.java	2012-03-26 09:46:09 UTC (rev 16024)
@@ -64,10 +64,6 @@
    static final String NS_SWA_MIME = "http://schemas.xmlsoap.org/wsdl/mime/";
    /** Default namespace for WSDL-1.1 http://schemas.xmlsoap.org/wsdl/ */
    static final String NS_WSDL11 = "http://schemas.xmlsoap.org/wsdl/";
-   /** The namespace for the MTOM content type attribute. */
-   static final String NS_XML_MIME = "http://www.w3.org/2005/05/xmlmime";
-   /** The namespace for XOP. */
-   static final String NS_XOP = "http://www.w3.org/2004/08/xop/include";   
    
    /** A constant representing the identity of the SOAP 1.1 over HTTP binding. */
    public static final String SOAP11HTTP_BINDING = SOAPBinding.SOAP11HTTP_BINDING;
@@ -115,14 +111,10 @@
    static final String PREFIX_SOAP11_ENC = "soap11-enc";
    static final String PREFIX_TNS = "tns";
    static final String PREFIX_WSDL = "wsdl";
-   static final String PREFIX_XOP = "xop";
    static final String PREFIX_XSD = "xsd";
    static final String PREFIX_XSI = "xsi";
    static final String PREFIX_XML = "xml";
 
-   /** XOP Include */
-   static final QName NAME_XOP_INCLUDE = new QName(NS_XOP, "Include", PREFIX_XOP);
-   
    /** SOAP-1.1 roles */
    static final String URI_SOAP11_NEXT_ACTOR = "http://schemas.xmlsoap.org/soap/actor/next";
 
@@ -257,8 +249,6 @@
    static final QName TYPE_MIME_TEXT_PLAIN = new QName(NS_ATTACHMENT_MIME_TYPE, "text_plain");
    static final QName TYPE_MIME_TEXT_XML = new QName(NS_ATTACHMENT_MIME_TYPE, "text_xml");
 
-   static final QName TYPE_XMIME_DEFAULT = new QName(NS_XML_MIME, "base64Binary");   
-   
    /** For out of bound transport (i.e. in headers); http://www.w3.org/2004/08/wsdl/feature/AD/data */
    static final String WSDL_PROPERTY_APPLICATION_DATA = "http://www.w3.org/2004/08/wsdl/feature/AD/data";
    /** The key to the original message part name */



More information about the jbossws-commits mailing list