org.jboss.xts
Class WSTransactionBridgeServiceHandler
java.lang.Object
org.jboss.xts.WSTransactionBridgeServiceHandler
- All Implemented Interfaces:
- javax.xml.ws.handler.Handler
public class WSTransactionBridgeServiceHandler
- extends java.lang.Object
- implements javax.xml.ws.handler.Handler
- Author:
- wklaczynski@sabaservice.pl, 2008-01-11
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 |
log
private static org.apache.log4j.Logger log
transactionManagerFactory
WSTransactionBridgeFactory transactionManagerFactory
WSTransactionBridgeServiceHandler
public WSTransactionBridgeServiceHandler()
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:
handleOutbound
protected boolean handleOutbound(javax.xml.ws.handler.MessageContext msgContext)
- Parameters:
msgContext
-
- Returns: