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
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumstatic enum -
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescriptionbooleanSpecifies if this feature is enabled or disabled.Specifies the transaction flow type.Specifies the version of WS-AT being supported, when used together with @WebServiceRef, the default value Version.WSAT10.
-
Element Details
-
enabled
boolean enabledSpecifies if this feature is enabled or disabled.- Default:
- true
-
value
Specifies the transaction flow type.- Default:
- SUPPORTS
-
version
Transactional.Version versionSpecifies 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:
- DEFAULT
-