Class StatefulFeature

java.lang.Object
jakarta.xml.ws.WebServiceFeature
com.sun.xml.ws.developer.StatefulFeature
All Implemented Interfaces:
StickyFeature

@ManagedData public class StatefulFeature extends WebServiceFeature implements StickyFeature
Designates a stateful WebService. A service class that has this feature on will behave as a stateful web service.
Since:
2.1
See Also:
  • Field Details

  • Constructor Details

    • StatefulFeature

      public StatefulFeature()
      Create an StatefulFeature. The instance created will be enabled.
  • Method Details