|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Retention(value=RUNTIME) @Target(value=TYPE) @Documented @WebServiceFeatureAnnotation(id="http://jax-ws.dev.java.net/features/stateful", bean=StatefulFeature.class) @InstanceResolverAnnotation(value=StatefulInstanceResolver.class) public @interface Stateful
Designates a stateful WebService
.
A service class that has this feature on will behave as a stateful web service.
See StatefulWebServiceManager
for more about stateful web service.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |