@Retention(RUNTIME) @Target({TYPE,METHOD,FIELD}) @Documented @WebServiceFeatureAnnotation(id="http://jax-ws.oracle.com/features/transactionalfeature", bean=TransactionalFeature.class) public @interface Transactional
Modifier and Type | Optional Element | 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.
|
boolean enabled
Transactional.TransactionFlowType value
Transactional.Version version