Oracle Fusion Middleware
Oracle WebLogic Server API Reference
11g Release 1 (10.3.6)

Part Number E13941-06

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

Packages that use Transactional.TransactionFlowType
weblogic.wsee.wstx.wsat   
 

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

Methods in weblogic.wsee.wstx.wsat that return Transactional.TransactionFlowType
 Transactional.TransactionFlowType TransactionalFeature.getFlowType()
          Returns the default Transaction flow type for all operations.
 Transactional.TransactionFlowType TransactionalFeature.getFlowType(String operationName)
          Returns the Transaction flow type for a given operation.
static Transactional.TransactionFlowType Transactional.TransactionFlowType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Transactional.TransactionFlowType[] Transactional.TransactionFlowType.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in weblogic.wsee.wstx.wsat that return types with arguments of type Transactional.TransactionFlowType
 Map<String,Transactional.TransactionFlowType> TransactionalFeature.getFlowTypeMap()
          return a map listing the Transactiona flow options for operations.
 

Methods in weblogic.wsee.wstx.wsat with parameters of type Transactional.TransactionFlowType
 void TransactionalFeature.setFlowType(String operationName, Transactional.TransactionFlowType flowType)
          Set the Transaction flow type for a given wsdl:operation.
 void TransactionalFeature.setFlowType(Transactional.TransactionFlowType flowType)
          Set the default Transaction flow type for all operations.
 

Constructors in weblogic.wsee.wstx.wsat with parameters of type Transactional.TransactionFlowType
TransactionalFeature(boolean enabled, Transactional.TransactionFlowType value, Transactional.Version version)
           
 


Copyright 1996, 2011, 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
Oracle WebLogic Server API Reference
11g Release 1 (10.3.6)

Part Number E13941-06