|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Transactional.TransactionFlowType | |
|---|---|
| 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 | |
|---|---|
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 are declared. |
| Methods in com.sun.xml.ws.api.tx.at that return types with arguments of type Transactional.TransactionFlowType | |
|---|---|
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 | |
|---|---|
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 com.sun.xml.ws.api.tx.at with parameters of type Transactional.TransactionFlowType | |
|---|---|
TransactionalFeature(boolean enabled,
Transactional.TransactionFlowType value,
Transactional.Version version)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||