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
  • Element Details

    • enabled

      boolean enabled
      Specifies if this feature is enabled or disabled.
      Default:
      true
    • value

      Specifies the transaction flow type.
      Default:
      SUPPORTS
    • 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:
      DEFAULT