org.perf.log.filter.ws
Class JaxWSLogContextServerHandler

java.lang.Object
  extended by org.perf.log.filter.ws.JaxWSLogContextHandler
      extended by org.perf.log.filter.ws.JaxWSLogContextServerHandler
All Implemented Interfaces:
javax.xml.ws.handler.Handler<javax.xml.ws.handler.soap.SOAPMessageContext>, javax.xml.ws.handler.soap.SOAPHandler<javax.xml.ws.handler.soap.SOAPMessageContext>

public class JaxWSLogContextServerHandler
extends JaxWSLogContextHandler


Constructor Summary
JaxWSLogContextServerHandler()
           
 
Method Summary
 void close(javax.xml.ws.handler.MessageContext context)
           
 boolean handleFault(javax.xml.ws.handler.soap.SOAPMessageContext msgContext)
           
 boolean handleMessage(javax.xml.ws.handler.soap.SOAPMessageContext soapMsgContext)
           
 
Methods inherited from class org.perf.log.filter.ws.JaxWSLogContextHandler
getHeaders
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JaxWSLogContextServerHandler

public JaxWSLogContextServerHandler()
Method Detail

handleMessage

public boolean handleMessage(javax.xml.ws.handler.soap.SOAPMessageContext soapMsgContext)

handleFault

public boolean handleFault(javax.xml.ws.handler.soap.SOAPMessageContext msgContext)

close

public void close(javax.xml.ws.handler.MessageContext context)
Specified by:
close in interface javax.xml.ws.handler.Handler<javax.xml.ws.handler.soap.SOAPMessageContext>
Overrides:
close in class JaxWSLogContextHandler