Oracle Fusion Middleware
Java API Reference for Oracle WebLogic Server
12c (12.1.2)

Part Number E27170-02

weblogic.j2ee.descriptor.wl
Interface WSATConfigBean


public interface WSATConfigBean

This is configuration used by the webservice atomic transactiona subsystem on the server-side (transactional participant) and the client-side (transactional initiator).


Method Summary
 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)
           
 

Method Detail

isEnabled

boolean isEnabled()
A boolean flag that specifies whether WS-AT is enabled. Defaults to true.

Default Value:
true

setEnabled

void setEnabled(boolean enabled)

getFlowType

String getFlowType()
Transaction flow type supported. Valid values include: MANDATORY, SUPPORTS, or NEVER. Defaults to SUPPORTS.

Default Value:
"SUPPORTS"

setFlowType

void setFlowType(String flowType)

getVersion

String getVersion()
Version of WS-AT that is supported. Valid values include: WSAT10, WSAT11, WSAT12, or DEFAULT. Defaults to DEFAULT, which specifies WSAT1.0 support on the client side, and WSAT10, WSAT11, and WSAT12 support on the server side.

Default Value:
"DEFAULT"

setVersion

void setVersion(String version)

Copyright 1996, 2013, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners.

Oracle Fusion Middleware
Java API Reference for Oracle WebLogic Server
12c (12.1.2)

Part Number E27170-02