org.perf.log.filter.ws
Class JaxWSLogContextClientHandler

java.lang.Object
  extended by org.perf.log.filter.ws.JaxWSLogContextHandler
      extended by org.perf.log.filter.ws.JaxWSLogContextClientHandler
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 JaxWSLogContextClientHandler
extends JaxWSLogContextHandler


Constructor Summary
JaxWSLogContextClientHandler()
           
 
Method Summary
 void close(javax.xml.ws.handler.MessageContext context)
           
 boolean handleFault(javax.xml.ws.handler.soap.SOAPMessageContext soapMsgContext)
           
 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

JaxWSLogContextClientHandler

public JaxWSLogContextClientHandler()
Method Detail

handleMessage

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

handleFault

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

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