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

Part Number E27170-01

Uses of Class
weblogic.wsee.wstx.wsat.Transactional.Version

Packages that use Transactional.Version
weblogic.wsee.wstx.wsat Provides class and interfaces to manage WebLogic Web Services Atomic Transactions. 
 

Uses of Transactional.Version in weblogic.wsee.wstx.wsat
 

Methods in weblogic.wsee.wstx.wsat that return Transactional.Version
static Transactional.Version Transactional.Version.forNamespaceUri(String ns)
           
 Transactional.Version TransactionalFeature.getVersion()
          Returns the version of WS-AT to be used.
static Transactional.Version Transactional.Version.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Transactional.Version[] Transactional.Version.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in weblogic.wsee.wstx.wsat with parameters of type Transactional.Version
static WSATHelper WSATHelper.getInstance(Transactional.Version version)
           
 void TransactionalFeature.setVersion(Transactional.Version version)
          set the version of WS-AT to be used.
 

Constructors in weblogic.wsee.wstx.wsat with parameters of type Transactional.Version
TransactionalFeature(boolean enabled, Transactional.TransactionFlowType value, Transactional.Version version)
           
WSATSynchronization(Transactional.Version version, EndpointReference epr, Xid xid)
           
WSATXAResource(Transactional.Version version, EndpointReference epr, Xid xid)
          Constructor used for runtime
WSATXAResource(Transactional.Version version, EndpointReference epr, Xid xid, boolean isRecovery)
          Constructor used for recovery
 


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-01