@Retention(value=RUNTIME) @Target(value={TYPE,METHOD,FIELD}) @Documented @WebServiceFeatureAnnotation(id="http://docs.oasis-open.org/ws-tx/", bean=TransactionalFeature.class) public @interface Transactional
| Modifier and Type | Optional Element and Description |
|---|---|
boolean |
enabled
Specifies if this feature is enabled or disabled.
|
Transactional.TransactionFlowType |
value
Specifies the transaction flow type.
|
Transactional.Version |
version
Specifies the version of WS-AT being supported, when used together with
|
public abstract boolean enabled
public abstract Transactional.TransactionFlowType value
public abstract Transactional.Version version
Copyright © 2005–2017 Oracle Corporation. All rights reserved.