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
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddoHandleException(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)
-
Constructor Details
-
WSATClientHelper
public WSATClientHelper()
-
-
Method Details
-
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
- Specified by:
doHandleResponsein interfaceWSATClient
-
doHandleException
- Specified by:
doHandleExceptionin interfaceWSATClient
-