< prev index next >

src/java.xml.ws/share/classes/com/sun/xml/internal/ws/api/message/Packet.java

Print this page

        

@@ -345,11 +345,11 @@
      * Outbound transport headers are captured in a transport neutral way.
      *
      * <p>
      * Transports may choose to ignore certain headers that interfere with
      * its correct operation, such as
-     * <tt>Content-Type</tt> and <tt>Content-Length</tt>.
+     * {@code Content-Type} and {@code Content-Length}.
      */
     public static final String OUTBOUND_TRANSPORT_HEADERS = "com.sun.xml.internal.ws.api.message.packet.outbound.transport.headers";
 
     /**
      *

@@ -586,11 +586,11 @@
     /**
      * The value of the SOAPAction header associated with the message.
      *
      * <p>
      * For outgoing messages, the transport may sends out this value.
-     * If this field is null, the transport may choose to send <tt>""</tt>
+     * If this field is null, the transport may choose to send {@code ""}
      * (quoted empty string.)
      *
      * For incoming messages, the transport will set this field.
      * If the incoming message did not contain the SOAPAction header,
      * the transport sets this field to null.
< prev index next >