|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Retention(value=RUNTIME)
@Target(value={TYPE,METHOD,FIELD})
@Documented
@WebServiceFeatureAnnotation(id="http://docs.oasis-open.org/ws-tx/",
bean=TransactionalFeature.class)
public @interface Transactional
| Optional Element Summary | |
|---|---|
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
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||