| Package | Description |
|---|---|
| com.sun.xml.ws.api.tx.at |
WS-AT API classes
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,Transactional.TransactionFlowType> |
TransactionalFeature.getFlowTypeMap()
return a map listing the Transactional flow options for operations.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Constructor and Description |
|---|
TransactionalFeature(boolean enabled,
Transactional.TransactionFlowType value,
Transactional.Version version) |
Copyright © 2005–2017 Oracle Corporation. All rights reserved.