org.jboss.ws.api.handler
Class GenericSOAPHandler<C extends LogicalMessageContext>

java.lang.Object
  extended by org.jboss.ws.api.handler.GenericHandler
      extended by org.jboss.ws.api.handler.GenericSOAPHandler<C>
All Implemented Interfaces:
Handler, SOAPHandler

public abstract class GenericSOAPHandler<C extends LogicalMessageContext>
extends GenericHandler
implements SOAPHandler

A generic JAX-WS soap handler

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

Constructor Summary
GenericSOAPHandler()
           
 
Method Summary
 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.
 
Methods inherited from class org.jboss.ws.api.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 Set<QName> getHeaders()
Gets the header blocks that can be processed by this Handler instance.

Specified by:
getHeaders in interface SOAPHandler
Returns:
a set of headers

setHeaders

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

Parameters:
headers - the headers to be set


Copyright © 2012 JBoss, by Red Hat. All Rights Reserved.