com.sun.xml.ws.api.tx.at
Annotation Type Transactional


@Retention(value=RUNTIME)
@Target(value={TYPE,METHOD,FIELD})
@Documented
@WebServiceFeatureAnnotation(id="http://docs.oasis-open.org/ws-tx/",
                             bean=TransactionalFeature.class)
public @interface Transactional


Optional Element Summary
 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
 

enabled

public abstract boolean enabled
Specifies if this feature is enabled or disabled.

Default:
true

value

public abstract Transactional.TransactionFlowType value
Specifies the transaction flow type.

Default:
com.sun.xml.ws.api.tx.at.Transactional.TransactionFlowType.SUPPORTS

version

public abstract 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


Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.