Package org.jboss.ws.api.handler
Class GenericSOAPHandler<C extends jakarta.xml.ws.handler.soap.SOAPMessageContext>
java.lang.Object
org.jboss.ws.api.handler.GenericHandler<C>
org.jboss.ws.api.handler.GenericSOAPHandler<C>
- All Implemented Interfaces:
jakarta.xml.ws.handler.Handler<C>,jakarta.xml.ws.handler.soap.SOAPHandler<C>
public abstract class GenericSOAPHandler<C extends jakarta.xml.ws.handler.soap.SOAPMessageContext>
extends GenericHandler<C>
implements jakarta.xml.ws.handler.soap.SOAPHandler<C>
A generic JAX-WS soap handler
- Since:
- 13-Aug-2006
- Author:
- Thomas Diesler, Alessio Soldano
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the header blocks that can be processed by this Handler instance.voidsetHeaders(Set<QName> headers) Sets the header blocks that can be processed by this Handler instance.Methods inherited from class org.jboss.ws.api.handler.GenericHandler
close, getHandlerName, handleFault, handleInbound, handleMessage, handleOutbound, setHandlerName, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface jakarta.xml.ws.handler.Handler
close, handleFault, handleMessage
-
Constructor Details
-
GenericSOAPHandler
public GenericSOAPHandler()
-
-
Method Details
-
getHeaders
Gets the header blocks that can be processed by this Handler instance.- Specified by:
getHeadersin interfacejakarta.xml.ws.handler.soap.SOAPHandler<C extends jakarta.xml.ws.handler.soap.SOAPMessageContext>- Returns:
- a set of headers
-
setHeaders
Sets the header blocks that can be processed by this Handler instance.- Parameters:
headers- the headers to be set
-