Class GenericSOAPHandler<C extends SOAPMessageContext>

java.lang.Object
org.jboss.ws.api.handler.GenericHandler<C>
org.jboss.ws.api.handler.GenericSOAPHandler<C>
All Implemented Interfaces:
Handler<C>, SOAPHandler<C>

public abstract class GenericSOAPHandler<C extends SOAPMessageContext> extends GenericHandler<C> implements SOAPHandler<C>
A generic JAX-WS soap handler
Since:
13-Aug-2006
Author:
Thomas Diesler, Alessio Soldano
  • Constructor Details

    • GenericSOAPHandler

      public GenericSOAPHandler()
  • Method Details

    • getHeaders

      public Set<QName> getHeaders()
      Gets the header blocks that can be processed by this Handler instance.
      Specified by:
      getHeaders in interface SOAPHandler<C extends SOAPMessageContext>
      Returns:
      a set of headers
    • setHeaders

      public void setHeaders(Set<QName> headers)
      Sets the header blocks that can be processed by this Handler instance.
      Parameters:
      headers - the headers to be set