public abstract class GenericSOAPHandler<C extends javax.xml.ws.handler.soap.SOAPMessageContext> extends GenericHandler<C> implements javax.xml.ws.handler.soap.SOAPHandler<C>
| Modifier and Type | Field and Description |
|---|---|
private java.util.Set<javax.xml.namespace.QName> |
headers |
| Constructor and Description |
|---|
GenericSOAPHandler() |
| Modifier and Type | Method and Description |
|---|---|
java.util.Set<javax.xml.namespace.QName> |
getHeaders()
Gets the header blocks that can be processed by this Handler instance.
|
void |
setHeaders(java.util.Set<javax.xml.namespace.QName> headers)
Sets the header blocks that can be processed by this Handler instance.
|
close, getHandlerName, handleFault, handleInbound, handleMessage, handleOutbound, setHandlerName, toStringpublic java.util.Set<javax.xml.namespace.QName> getHeaders()
getHeaders in interface javax.xml.ws.handler.soap.SOAPHandler<C extends javax.xml.ws.handler.soap.SOAPMessageContext>public void setHeaders(java.util.Set<javax.xml.namespace.QName> headers)
headers - the headers to be set