|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.wsf.common.handler.GenericHandler
org.jboss.wsf.common.handler.GenericSOAPHandler<C>
public abstract class GenericSOAPHandler<C extends javax.xml.ws.handler.LogicalMessageContext>
A generic jaxws soap handler
Constructor Summary | |
---|---|
GenericSOAPHandler()
|
Method Summary | |
---|---|
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. |
Methods inherited from class org.jboss.wsf.common.handler.GenericHandler |
---|
close, getHandlerName, handleFault, handleInbound, handleMessage, handleOutbound, setHandlerName, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface javax.xml.ws.handler.Handler |
---|
close, handleFault, handleMessage |
Constructor Detail |
---|
public GenericSOAPHandler()
Method Detail |
---|
public java.util.Set<javax.xml.namespace.QName> getHeaders()
getHeaders
in interface javax.xml.ws.handler.soap.SOAPHandler
public void setHeaders(java.util.Set<javax.xml.namespace.QName> headers)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |