org.jboss.wsf.common.handler
Class GenericSOAPHandler<C extends javax.xml.ws.handler.LogicalMessageContext>

java.lang.Object
  extended by org.jboss.wsf.common.handler.GenericHandler
      extended by org.jboss.wsf.common.handler.GenericSOAPHandler<C>
All Implemented Interfaces:
javax.xml.ws.handler.Handler, javax.xml.ws.handler.soap.SOAPHandler

public abstract class GenericSOAPHandler<C extends javax.xml.ws.handler.LogicalMessageContext>
extends GenericHandler
implements javax.xml.ws.handler.soap.SOAPHandler

A generic jaxws soap handler

Since:
13-Aug-2006
Author:
Thomas.Diesler@jboss.org

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

GenericSOAPHandler

public GenericSOAPHandler()
Method Detail

getHeaders

public java.util.Set<javax.xml.namespace.QName> getHeaders()
Gets the header blocks that can be processed by this Handler instance.

Specified by:
getHeaders in interface javax.xml.ws.handler.soap.SOAPHandler

setHeaders

public void setHeaders(java.util.Set<javax.xml.namespace.QName> headers)
Sets the header blocks that can be processed by this Handler instance.



Copyright © 2009 JBoss, a division of Red Hat. All Rights Reserved.