com.atomikos.icatch.jaxws.wsat
Class ExportingTransactionHandler
java.lang.Object
com.atomikos.icatch.jaxws.GenericExportingTransactionHandler
com.atomikos.icatch.jaxws.wsat.ExportingTransactionHandler
- 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 ExportingTransactionHandler
- extends GenericExportingTransactionHandler
* A Message Handler for a web service client.
Add this
handler to a SOAP client's handler chain if you want the client's
transaction to be propagated along with the SOAP call.
The transaction context headers added by this handler will be in
WS-AtomicTransaction format, with mustUnderstand set to true.
IMPORTANT NOTE: this handler only works on platforms
where the message handlers are executed in the SAME
thread as the service itself.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ExportingTransactionHandler
public ExportingTransactionHandler()
getExportingTransactionManager
protected SOAPExportingTransactionManager getExportingTransactionManager()
- Specified by:
getExportingTransactionManager
in class GenericExportingTransactionHandler
- See Also:
com.atomikos.icatch.jaxrpc.GenericExportingTransactionHandler#getExportingTransactionManager()
getHeaders
public Set<QName> getHeaders()
- See Also:
rpc.handler.Handler
Copyright © 2012. All Rights Reserved.