FileDocCategorySizeDatePackage
SOAPHandler.javaAPI DocJava SE 6 API935Tue Jun 10 00:27:16 BST 2008javax.xml.ws.handler.soap

SOAPHandler

public interface SOAPHandler implements Handler
The SOAPHandler class extends Handler to provide typesafety for the message context parameter and add a method to obtain access to the headers that may be processed by the handler.
since
JAX-WS 2.0

Fields Summary
Constructors Summary
Methods Summary
public java.util.SetgetHeaders()
Gets the header blocks that can be processed by this Handler instance.

return
Set of QNames of header blocks processed by this handler instance. QName is the qualified name of the outermost element of the Header block.