Skip navigation links

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

Part Number E55141-01
P4 Change 1723563 on 2015/10/09


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
abstract  String getFlowType()
          Transaction flow type supported.
abstract  String getVersion()
          Version of WS-AT that is supported.
abstract  boolean isEnabled()
          A boolean flag that specifies whether WS-AT is enabled.
abstract  void setEnabled(boolean enabled)
           
abstract  void setFlowType(String flowType)
           
abstract  void setVersion(String version)
           

 

Method Detail

isEnabled

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

setEnabled

void setEnabled(boolean enabled)

getFlowType

String getFlowType()
Transaction flow type supported. Valid values include: MANDATORY, SUPPORTS, or NEVER. Defaults to 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.

setVersion

void setVersion(String version)

Skip navigation links

Copyright 1996, 2015, 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.2.1)

Part Number E55141-01
P4 Change 1723563 on 2015/10/09