Package com.sun.xml.ws.developer
Annotation Type Stateful
-
@Retention(RUNTIME) @Target(TYPE) @Documented @WebServiceFeatureAnnotation(id="http://jax-ws.dev.java.net/features/stateful", bean=StatefulFeature.class) @InstanceResolverAnnotation(StatefulInstanceResolver.class) public @interface Stateful
Designates a statefulWebService.A service class that has this feature on will behave as a stateful web service. See
StatefulWebServiceManagerfor more about stateful web service.- Since:
- 2.1
- See Also:
StatefulWebServiceManager