org.jboss.xts
Class WSTransactionBridgeClientHandler

java.lang.Object
  extended by org.jboss.xts.WSTransactionBridgeClientHandler
All Implemented Interfaces:
javax.xml.ws.handler.Handler

public class WSTransactionBridgeClientHandler
extends java.lang.Object
implements javax.xml.ws.handler.Handler

Author:
wklaczynski@sabaservice.pl, 2008-01-11

Field Summary
private static org.apache.log4j.Logger log
           
(package private)  WSTransactionBridgeFactory transactionManagerFactory
           
 
Constructor Summary
WSTransactionBridgeClientHandler()
           
 
Method Summary
 void close(javax.xml.ws.handler.MessageContext messageContext)
           
 boolean handleFault(javax.xml.ws.handler.MessageContext messageContext)
           
protected  boolean handleInbound(javax.xml.ws.handler.MessageContext msgContext)
           
 boolean handleMessage(javax.xml.ws.handler.MessageContext msgContext)
           
protected  boolean handleOutbound(javax.xml.ws.handler.MessageContext msgContext)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

log

private static org.apache.log4j.Logger log

transactionManagerFactory

WSTransactionBridgeFactory transactionManagerFactory
Constructor Detail

WSTransactionBridgeClientHandler

public WSTransactionBridgeClientHandler()
Method Detail

handleMessage

public boolean handleMessage(javax.xml.ws.handler.MessageContext msgContext)
Specified by:
handleMessage in interface javax.xml.ws.handler.Handler

handleFault

public boolean handleFault(javax.xml.ws.handler.MessageContext messageContext)
Specified by:
handleFault in interface javax.xml.ws.handler.Handler

close

public void close(javax.xml.ws.handler.MessageContext messageContext)
Specified by:
close in interface javax.xml.ws.handler.Handler

handleInbound

protected boolean handleInbound(javax.xml.ws.handler.MessageContext msgContext)
Parameters:
msgContext -
Returns:
boolean

handleOutbound

protected boolean handleOutbound(javax.xml.ws.handler.MessageContext msgContext)
Parameters:
msgContext -
Returns:
boolean