public interface WSATConfigBean
| Modifier and Type | Method and Description | 
|---|---|
String | 
getFlowType()
Transaction flow type supported. 
 | 
String | 
getVersion()
Version of WS-AT that is supported. 
 | 
boolean | 
isEnabled()
A boolean flag that specifies whether WS-AT is enabled. 
 | 
void | 
setEnabled(boolean enabled)  | 
void | 
setFlowType(String flowType)  | 
void | 
setVersion(String version)  | 
boolean isEnabled()
void setEnabled(boolean enabled)
String getFlowType()
void setFlowType(String flowType)
String getVersion()
void setVersion(String version)