< prev index next >

src/java.xml.ws/share/classes/com/sun/xml/internal/ws/developer/JAXWSProperties.java

Print this page

        

@@ -146,11 +146,11 @@
      * @since 2.1.2
      */
     public static final String WSENDPOINT = "com.sun.xml.internal.ws.api.server.WSEndpoint";
 
     /**
-     * Gets the <tt>wsa:To</tt> header.
+     * Gets the {@code wsa:To} header.
      *
      * The propery value is available on incoming SOAP message. The type of the value
      * is {@link WSEndpointReference}.
      *
      * Null if the incoming SOAP message didn't have the header.

@@ -158,11 +158,11 @@
      * @since 2.1.3
      */
     public static final String ADDRESSING_TO = "com.sun.xml.internal.ws.api.addressing.to";
 
     /**
-     * Gets the <tt>wsa:From</tt> header.
+     * Gets the {@code wsa:From} header.
      *
      * The propery value is available on incoming SOAP message. The type of the value
      * is {@link WSEndpointReference}.
      *
      * Null if the incoming SOAP message didn't have the header.

@@ -170,11 +170,11 @@
      * @since 2.1.3
      */
     public static final String ADDRESSING_FROM = "com.sun.xml.internal.ws.api.addressing.from";
 
     /**
-     * Gets the <tt>wsa:Action</tt> header value.
+     * Gets the {@code wsa:Action} header value.
      *
      * The propery value is available on incoming SOAP message. The type of the value
      * is {@link String}.
      *
      * Null if the incoming SOAP message didn't have the header.

@@ -182,11 +182,11 @@
      * @since 2.1.3
      */
     public static final String ADDRESSING_ACTION = "com.sun.xml.internal.ws.api.addressing.action";
 
     /**
-     * Gets the <tt>wsa:MessageID</tt> header value.
+     * Gets the {@code wsa:MessageID} header value.
      *
      * The propery value is available on incoming SOAP message. The type of the value
      * is {@link String}.
      *
      * Null if the incoming SOAP message didn't have the header.
< prev index next >