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

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

*** 29,39 **** import javax.xml.ws.handler.MessageContext; /** The <code>Handler</code> interface * is the base interface for JAX-WS handlers. * ! * @since JAX-WS 2.0 **/ public interface Handler<C extends MessageContext> { /** The <code>handleMessage</code> method is invoked for normal processing * of inbound and outbound messages. Refer to the description of the handler --- 29,39 ---- import javax.xml.ws.handler.MessageContext; /** The <code>Handler</code> interface * is the base interface for JAX-WS handlers. * ! * @since 1.6, JAX-WS 2.0 **/ public interface Handler<C extends MessageContext> { /** The <code>handleMessage</code> method is invoked for normal processing * of inbound and outbound messages. Refer to the description of the handler