Class StatefulFeature

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

@ManagedData public class StatefulFeature extends jakarta.xml.ws.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 Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
    Constant value identifying the StatefulFeature

    Fields inherited from class jakarta.xml.ws.WebServiceFeature

    enabled
  • Constructor Summary

    Constructors
    Constructor
    Description
    Create an StatefulFeature.
  • Method Summary

    Modifier and Type
    Method
    Description
     

    Methods inherited from class jakarta.xml.ws.WebServiceFeature

    isEnabled

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

  • Constructor Details

    • StatefulFeature

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

    • getID

      @ManagedAttribute public String getID()
      Specified by:
      getID in class jakarta.xml.ws.WebServiceFeature