src/share/jaxws_classes/javax/xml/ws/handler/MessageContext.java

Print this page
rev 507 : 8047724: @since tag cleanup in jaxws
Reviewed-by:

*** 34,44 **** * <p>The <code>MessageContext</code> interface provides methods to * manage a property set. <code>MessageContext</code> properties * enable handlers in a handler chain to share processing related * state. * ! * @since JAX-WS 2.0 */ public interface MessageContext extends Map<String, Object> { /** * Standard property: message direction, <code>true</code> for --- 34,44 ---- * <p>The <code>MessageContext</code> interface provides methods to * manage a property set. <code>MessageContext</code> properties * enable handlers in a handler chain to share processing related * state. * ! * @since 1.6, JAX-WS 2.0 */ public interface MessageContext extends Map<String, Object> { /** * Standard property: message direction, <code>true</code> for
*** 166,176 **** * Standard property: WS Addressing Reference Parameters. * The list MUST include all SOAP headers marked with the * wsa:IsReferenceParameter="true" attribute. * <p>Type: List&lt;Element> * ! * @since JAX-WS 2.1 */ public static final String REFERENCE_PARAMETERS = "javax.xml.ws.reference.parameters"; /** --- 166,176 ---- * Standard property: WS Addressing Reference Parameters. * The list MUST include all SOAP headers marked with the * wsa:IsReferenceParameter="true" attribute. * <p>Type: List&lt;Element> * ! * @since 1.6, JAX-WS 2.1 */ public static final String REFERENCE_PARAMETERS = "javax.xml.ws.reference.parameters"; /**