Uses of Class
com.sun.xml.ws.api.tx.at.Transactional.TransactionFlowType
-
Packages that use Transactional.TransactionFlowType Package Description com.sun.xml.ws.api.tx.at WS-AT API classes -
-
Uses of Transactional.TransactionFlowType in com.sun.xml.ws.api.tx.at
Methods in com.sun.xml.ws.api.tx.at that return Transactional.TransactionFlowType Modifier and Type Method Description Transactional.TransactionFlowTypeTransactionalFeature. getFlowType()Returns the default Transaction flow type for all operations.Transactional.TransactionFlowTypeTransactionalFeature. getFlowType(String operationName)Returns the Transaction flow type for a given operation.Transactional.TransactionFlowTypevalue()Specifies the transaction flow type.static Transactional.TransactionFlowTypeTransactional.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 are declared.Methods in com.sun.xml.ws.api.tx.at that return types with arguments of type Transactional.TransactionFlowType Modifier and Type Method Description Map<String,Transactional.TransactionFlowType>TransactionalFeature. getFlowTypeMap()return a map listing the Transactional flow options for operations.Methods in com.sun.xml.ws.api.tx.at with parameters of type Transactional.TransactionFlowType Modifier and Type Method Description voidTransactionalFeature. setFlowType(Transactional.TransactionFlowType flowType)Set the default Transaction flow type for all operations.voidTransactionalFeature. setFlowType(String operationName, Transactional.TransactionFlowType flowType)Set the Transaction flow type for a given wsdl:operation.Constructors in com.sun.xml.ws.api.tx.at with parameters of type Transactional.TransactionFlowType Constructor Description TransactionalFeature(boolean enabled, Transactional.TransactionFlowType value, Transactional.Version version)
-