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 @WebServiceRef, the default value Version.WSAT10.
-
-
-
-
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 @WebServiceRef, the default value Version.WSAT10. When used together with @Webservice and @Provider, all versions will be supported, the real version will be determined by the request message.- Default:
- com.sun.xml.ws.api.tx.at.Transactional.Version.DEFAULT
-
-