Uses of Enum
com.sun.xml.ws.api.tx.at.Transactional.TransactionFlowType
Packages that use Transactional.TransactionFlowType
-
Uses of Transactional.TransactionFlowType in com.sun.xml.ws.api.tx.at
Methods in com.sun.xml.ws.api.tx.at that return Transactional.TransactionFlowTypeModifier and TypeMethodDescriptionTransactionalFeature.getFlowType()Returns the default Transaction flow type for all operations.TransactionalFeature.getFlowType(String operationName) Returns the Transaction flow type for a given operation.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.TransactionFlowTypeModifier and TypeMethodDescriptionTransactionalFeature.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.TransactionFlowTypeModifier and TypeMethodDescriptionvoidTransactionalFeature.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.TransactionFlowTypeModifierConstructorDescriptionTransactionalFeature(boolean enabled, Transactional.TransactionFlowType value, Transactional.Version version)