de.cau.cs.kieler.kwebs.jaxws.handlers
Class DebugHandler

java.lang.Object
  extended by de.cau.cs.kieler.kwebs.jaxws.handlers.DebugHandler
All Implemented Interfaces:
Handler<SOAPMessageContext>, SOAPHandler<SOAPMessageContext>

public class DebugHandler
extends Object
implements SOAPHandler<SOAPMessageContext>

Debugging handler for the JAX-WS service.

Rating red

Constructor Summary
DebugHandler()
           
 
Method Summary
 void close(MessageContext context)
          
 Set<QName> getHeaders()
          
 boolean handleFault(SOAPMessageContext context)
          
 boolean handleMessage(SOAPMessageContext context)
          
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DebugHandler

public DebugHandler()
Method Detail

getHeaders

public Set<QName> getHeaders()

Specified by:
getHeaders in interface SOAPHandler<SOAPMessageContext>

close

public void close(MessageContext context)

Specified by:
close in interface Handler<SOAPMessageContext>

handleFault

public boolean handleFault(SOAPMessageContext context)

Specified by:
handleFault in interface Handler<SOAPMessageContext>

handleMessage

public boolean handleMessage(SOAPMessageContext context)

Specified by:
handleMessage in interface Handler<SOAPMessageContext>