| Package | Description |
|---|---|
| com.sun.xml.ws.api.tx.at |
WS-AT API classes
|
| Modifier and Type | Method and Description |
|---|---|
static Transactional.Version |
Transactional.Version.forNamespaceUri(String ns) |
static Transactional.Version |
Transactional.Version.forNamespaceVersion(WsatNamespace nsVersion) |
Transactional.Version |
TransactionalFeature.getVersion()
Returns the version of WS-AT to be used.
|
static Transactional.Version |
Transactional.Version.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Transactional.Version[] |
Transactional.Version.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TransactionalFeature.setVersion(Transactional.Version version)
Set the version of WS-AT to be used.
|
| Constructor and Description |
|---|
TransactionalFeature(boolean enabled,
Transactional.TransactionFlowType value,
Transactional.Version version) |
Copyright © 2005–2017 Oracle Corporation. All rights reserved.