jaxws/src/jdk.xml.ws/share/classes/com/sun/tools/internal/ws/wsdl/document/soap/SOAPConstants.java
changeset 29839 6d5d546e953b
parent 29140 68108eccaf4f
child 29953 d5894097fe65
equal deleted inserted replaced
29838:fe5fd9871a13 29839:6d5d546e953b
     1 /*
     1 /*
     2  * Copyright (c) 1997, 2013, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 1997, 2015, Oracle and/or its affiliates. All rights reserved.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  *
     4  *
     5  * This code is free software; you can redistribute it and/or modify it
     5  * This code is free software; you can redistribute it and/or modify it
     6  * under the terms of the GNU General Public License version 2 only, as
     6  * under the terms of the GNU General Public License version 2 only, as
     7  * published by the Free Software Foundation.  Oracle designates this
     7  * published by the Free Software Foundation.  Oracle designates this
    23  * questions.
    23  * questions.
    24  */
    24  */
    25 
    25 
    26 package com.sun.tools.internal.ws.wsdl.document.soap;
    26 package com.sun.tools.internal.ws.wsdl.document.soap;
    27 
    27 
       
    28 import com.sun.xml.internal.ws.encoding.soap.streaming.SOAPNamespaceConstants;
       
    29 
    28 import javax.xml.namespace.QName;
    30 import javax.xml.namespace.QName;
    29 
    31 
    30 /**
    32 /**
    31  * Interface defining SOAP-related constants.
    33  * Interface defining SOAP-related constants.
    32  *
    34  *
    33  * @author WS Development Team
    35  * @author WS Development Team
    34  */
    36  */
    35 public interface SOAPConstants {
    37 public interface SOAPConstants {
    36 
    38 
    37     // namespace URIs
    39     // namespace URIs
    38     public static final String URI_ENVELOPE =
    40     public static final String URI_ENVELOPE = SOAPNamespaceConstants.ENVELOPE;
    39         "http://schemas.xmlsoap.org/soap/envelope/";
       
    40 
       
    41     public static final String NS_WSDL_SOAP =
    41     public static final String NS_WSDL_SOAP =
    42         "http://schemas.xmlsoap.org/wsdl/soap/";
    42         "http://schemas.xmlsoap.org/wsdl/soap/";
    43     public static final String NS_SOAP_ENCODING = "http://schemas.xmlsoap.org/soap/encoding/";
    43     public static final String NS_SOAP_ENCODING = "http://schemas.xmlsoap.org/soap/encoding/";
    44 
    44 
    45     // other URIs
    45     // other URIs