@Retention(value=RUNTIME) @Target(value={java.lang.annotation.ElementType.TYPE, java.lang.annotation.ElementType.METHOD, java.lang.annotation.ElementType.FIELD}) @Documented @WebServiceFeatureAnnotation(id="http://jax-ws.oracle.com/features/transactionalfeature", bean=TransactionalFeature.class) public @interface Transactional
| Modifier and Type | Optional Element and Description | 
|---|---|
boolean | 
enabled
Specifies if this feature is enabled or disabled. 
 | 
Transactional.TransactionFlowType | 
value  | 
Transactional.Version | 
version
Specifies the version of WS-AT being supported, 
 when used together with  @WebServiceRef, the default value Version.WSAT10. 
 | 
public abstract boolean enabled
public abstract Transactional.TransactionFlowType value
public abstract Transactional.Version version