API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.xml.ws.handler. Handler View Source
Author(s)
Since
JAX-WS 2.0
Version
Serial
Hierarchy
 Handler
Subinterfaces
Description
public interface Handler
  The Handler interface is the base interface for JAX-WS handlers.
See also:   
Methods
Hide/Show inherited methods
public void close (MessageContext context)
  Called at the conclusion of a message exchange pattern just prior to the JAX-WS runtime disptaching a message, fault or exception.
public boolean handleFault ( C context)
  The handleFault method is invoked for fault message processing.
public boolean handleMessage ( C context)
  The handleMessage method is invoked for normal processing of inbound and outbound messages.
Fields
Hide/Show inherited fields
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar