Annotation Type Transactional

    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      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 @WebServiceRef, the default value Version.WSAT10.
    • Element Detail

      • enabled

        boolean enabled
        Specifies if this feature is enabled or disabled.
        Default:
        true
      • 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