public abstract class GenericSOAPHandler<C extends SOAPMessageContext> extends GenericHandler<C> implements SOAPHandler<C>
Constructor and Description |
---|
GenericSOAPHandler() |
Modifier and Type | Method and Description |
---|---|
Set<QName> |
getHeaders()
Gets the header blocks that can be processed by this Handler instance.
|
void |
setHeaders(Set<QName> headers)
Sets the header blocks that can be processed by this Handler instance.
|
close, getHandlerName, handleFault, handleInbound, handleMessage, handleOutbound, setHandlerName, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
close, handleFault, handleMessage
public Set<QName> getHeaders()
getHeaders
in interface SOAPHandler<C extends SOAPMessageContext>
Copyright © 2017 JBoss by Red Hat. All rights reserved.