public class WSATClientHelper extends Object implements WSATClient
| Constructor and Description |
|---|
WSATClientHelper() |
| Modifier and Type | Method and Description |
|---|---|
void |
doHandleException(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 it
|
boolean |
doHandleResponse(Map<String,Object> map) |
public List<com.sun.xml.ws.api.message.Header> doHandleRequest(TransactionalAttribute transactionalAttribute, Map<String,Object> map)
doHandleRequest in interface WSATClientpublic boolean doHandleResponse(Map<String,Object> map)
doHandleResponse in interface WSATClientpublic void doHandleException(Map<String,Object> map)
doHandleException in interface WSATClientCopyright © 2005–2018 Oracle Corporation. All rights reserved.