Package | Description |
---|---|
weblogic.wsee.wstx.wsat |
Provides class and interfaces to manage
WebLogic Web Services Atomic Transactions.
|
Modifier and Type | Method | Description |
---|---|---|
static Transactional.Version |
Transactional.Version.forNamespaceUri(java.lang.String ns) |
|
Transactional.Version |
TransactionalFeature.getVersion() |
Returns the version of WS-AT to be used.
|
static Transactional.Version |
Transactional.Version.valueOf(java.lang.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.
|
Transactional.Version |
version() |
Specifies the version of WS-AT being supported,
when used together with @WebServiceRef, the default value Version.WSAT10.
|
Modifier and Type | Method | Description |
---|---|---|
static WSATHelper |
WSATHelper.getInstance(Transactional.Version version) |
|
void |
TransactionalFeature.setVersion(Transactional.Version version) |
set the version of WS-AT to be used.
|
Constructor | Description |
---|---|
TransactionalFeature(boolean enabled,
Transactional.TransactionFlowType value,
Transactional.Version version) |
|
WSATSynchronization(Transactional.Version version,
javax.xml.ws.EndpointReference epr,
javax.transaction.xa.Xid xid) |
|
WSATXAResource(Transactional.Version version,
javax.xml.ws.EndpointReference epr,
javax.transaction.xa.Xid xid) |
Constructor used for runtime
|
WSATXAResource(Transactional.Version version,
javax.xml.ws.EndpointReference epr,
javax.transaction.xa.Xid xid,
boolean isRecovery) |
Constructor used for recovery
|