jaxws/src/java.xml.ws/share/classes/com/sun/xml/internal/ws/client/RequestContext.java
changeset 32795 5a5710ee05a0
parent 25871 b80b84e87032
equal deleted inserted replaced
32712:f61a63b7d1e5 32795:5a5710ee05a0
   167     /**
   167     /**
   168      * The value of the SOAPAction header associated with the message.
   168      * The value of the SOAPAction header associated with the message.
   169      *
   169      *
   170      * <p>
   170      * <p>
   171      * For outgoing messages, the transport may sends out this value.
   171      * For outgoing messages, the transport may sends out this value.
   172      * If this field is null, the transport may choose to send <tt>""</tt>
   172      * If this field is null, the transport may choose to send {@code ""}
   173      * (quoted empty string.)
   173      * (quoted empty string.)
   174      *
   174      *
   175      * For incoming messages, the transport will set this field.
   175      * For incoming messages, the transport will set this field.
   176      * If the incoming message did not contain the SOAPAction header,
   176      * If the incoming message did not contain the SOAPAction header,
   177      * the transport sets this field to null.
   177      * the transport sets this field to null.