Package com.sun.xml.ws.api.tx.at
Annotation Type Transactional
-
@Retention(RUNTIME) @Target({TYPE,METHOD,FIELD}) @Documented @WebServiceFeatureAnnotation(id="http://docs.oasis-open.org/ws-tx/", bean=TransactionalFeature.class) public @interface Transactional
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description booleanenabledSpecifies if this feature is enabled or disabled.Transactional.TransactionFlowTypevalueSpecifies the transaction flow type.Transactional.VersionversionSpecifies the version of WS-AT being supported, when used together with
-
-
-
-
value
Transactional.TransactionFlowType value
Specifies the transaction flow type.- Default:
- com.sun.xml.ws.api.tx.at.Transactional.TransactionFlowType.SUPPORTS
-
-
-
version
Transactional.Version version
Specifies the version of WS-AT being supported, when used together with- Default:
- com.sun.xml.ws.api.tx.at.Transactional.Version.DEFAULT
-
-