Package com.sun.xml.ws.tx.at.tube
Class WSATClientHelper
- java.lang.Object
-
- com.sun.xml.ws.tx.at.tube.WSATClientHelper
-
- All Implemented Interfaces:
WSATClient
public class WSATClientHelper extends Object implements WSATClient
-
-
Constructor Summary
Constructors Constructor Description WSATClientHelper()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddoHandleException(Map<String,Object> map)List<com.sun.xml.ws.api.message.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 itbooleandoHandleResponse(Map<String,Object> map)
-
-
-
Method Detail
-
doHandleRequest
public List<com.sun.xml.ws.api.message.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:
doHandleRequestin interfaceWSATClient- Returns:
- a list of Header that should be added the request message
-
doHandleResponse
public boolean doHandleResponse(Map<String,Object> map)
- Specified by:
doHandleResponsein interfaceWSATClient
-
doHandleException
public void doHandleException(Map<String,Object> map)
- Specified by:
doHandleExceptionin interfaceWSATClient
-
-