--- old/src/java.xml.ws/share/classes/javax/xml/soap/SOAPConstants.java 2015-07-09 12:13:57.000000000 +0200 +++ new/src/java.xml.ws/share/classes/javax/xml/soap/SOAPConstants.java 2015-07-09 12:13:57.000000000 +0200 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2004, 2013, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2004, 2015, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it @@ -34,30 +34,30 @@ */ public interface SOAPConstants { /** - * Used to create MessageFactory instances that create - * SOAPMessages whose concrete type is based on the - * Content-Type MIME header passed to the - * createMessage method. If no Content-Type - * header is passed then the createMessage may throw an - * IllegalArgumentException or, in the case of the no - * argument version of createMessage, an - * UnsupportedOperationException. + * Used to create {@code MessageFactory} instances that create + * {@code SOAPMessages} whose concrete type is based on the + * {@code Content-Type} MIME header passed to the + * {@code createMessage} method. If no {@code Content-Type} + * header is passed then the {@code createMessage} may throw an + * {@code IllegalArgumentException} or, in the case of the no + * argument version of {@code createMessage}, an + * {@code UnsupportedOperationException}. * * @since 1.6, SAAJ 1.3 */ public static final String DYNAMIC_SOAP_PROTOCOL = "Dynamic Protocol"; /** - * Used to create MessageFactory instances that create - * SOAPMessages whose behavior supports the SOAP 1.1 specification. + * Used to create {@code MessageFactory} instances that create + * {@code SOAPMessages} whose behavior supports the SOAP 1.1 specification. * * @since 1.6, SAAJ 1.3 */ public static final String SOAP_1_1_PROTOCOL = "SOAP 1.1 Protocol"; /** - * Used to create MessageFactory instances that create - * SOAPMessages whose behavior supports the SOAP 1.2 + * Used to create {@code MessageFactory} instances that create + * {@code SOAPMessages} whose behavior supports the SOAP 1.2 * specification * * @since 1.6, SAAJ 1.3 @@ -93,9 +93,9 @@ /** * The namespace identifier for the SOAP 1.1 encoding. - * An attribute named encodingStyle in the - * URI_NS_SOAP_ENVELOPE namespace and set to the value - * URI_NS_SOAP_ENCODING can be added to an element to indicate + * An attribute named {@code encodingStyle} in the + * {@code URI_NS_SOAP_ENVELOPE} namespace and set to the value + * {@code URI_NS_SOAP_ENCODING} can be added to an element to indicate * that it is encoded using the rules in section 5 of the SOAP 1.1 * specification. */ @@ -110,14 +110,14 @@ URI_NS_SOAP_1_2_ENCODING = "http://www.w3.org/2003/05/soap-encoding"; /** - * The media type of the Content-Type MIME header in SOAP 1.1. + * The media type of the {@code Content-Type} MIME header in SOAP 1.1. * @since 1.6, SAAJ 1.3 */ public static final String SOAP_1_1_CONTENT_TYPE = "text/xml"; /** - * The media type of the Content-Type MIME header in SOAP 1.2. + * The media type of the {@code Content-Type} MIME header in SOAP 1.2. * @since 1.6, SAAJ 1.3 */ public static final String