src/share/jaxws_classes/javax/xml/ws/LogicalMessage.java

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

*** 30,40 **** /** The <code>LogicalMessage</code> interface represents a * protocol agnostic XML message and contains methods that * provide access to the payload of the message. * ! * @since JAX-WS 2.0 **/ public interface LogicalMessage { /** Gets the message payload as an XML source, may be called * multiple times on the same LogicalMessage instance, always --- 30,40 ---- /** The <code>LogicalMessage</code> interface represents a * protocol agnostic XML message and contains methods that * provide access to the payload of the message. * ! * @since 1.6, JAX-WS 2.0 **/ public interface LogicalMessage { /** Gets the message payload as an XML source, may be called * multiple times on the same LogicalMessage instance, always