src/share/jaxws_classes/javax/xml/ws/wsaddressing/W3CEndpointReference.java

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

*** 59,69 **** * that is consistent with that defined by WS-Addressing. See * <a href="http://www.w3.org/TR/2006/REC-ws-addr-core-20060509/"> * WS-Addressing</a> * for more information on WS-Addressing EndpointReferences. * ! * @since JAX-WS 2.1 */ // XmlRootElement allows this class to be marshalled on its own @XmlRootElement(name="EndpointReference",namespace=W3CEndpointReference.NS) @XmlType(name="EndpointReferenceType",namespace=W3CEndpointReference.NS) --- 59,69 ---- * that is consistent with that defined by WS-Addressing. See * <a href="http://www.w3.org/TR/2006/REC-ws-addr-core-20060509/"> * WS-Addressing</a> * for more information on WS-Addressing EndpointReferences. * ! * @since 1.6, JAX-WS 2.1 */ // XmlRootElement allows this class to be marshalled on its own @XmlRootElement(name="EndpointReference",namespace=W3CEndpointReference.NS) @XmlType(name="EndpointReferenceType",namespace=W3CEndpointReference.NS)