com.sun.xml.ws.tx.at.tube
Class WSATClientHelper

java.lang.Object
  extended by com.sun.xml.ws.tx.at.tube.WSATClientHelper
All Implemented Interfaces:
WSATClient

public class WSATClientHelper
extends Object
implements WSATClient


Constructor Summary
WSATClientHelper()
           
 
Method Summary
 void doHandleException(Map<String,Object> map)
           
 List<Header> doHandleRequest(TransactionalAttribute transactionalAttribute, Map<String,Object> map)
          For outbound case, if transaction exists, suspend and store it and attach CoordinationContext to SOAP Header For return of outbound case, if suspend transaction exists, resume it
 boolean doHandleResponse(Map<String,Object> map)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WSATClientHelper

public WSATClientHelper()
Method Detail

doHandleRequest

public List<Header> doHandleRequest(TransactionalAttribute transactionalAttribute,
                                    Map<String,Object> map)
For outbound case, if transaction exists, suspend and store it and attach CoordinationContext to SOAP Header For return of outbound case, if suspend transaction exists, resume it

Specified by:
doHandleRequest in interface WSATClient
Returns:
a list of Header that should be added the request message

doHandleResponse

public boolean doHandleResponse(Map<String,Object> map)
Specified by:
doHandleResponse in interface WSATClient

doHandleException

public void doHandleException(Map<String,Object> map)
Specified by:
doHandleException in interface WSATClient


Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.