Package com.sun.xml.ws.developer
Class StatefulFeature
- java.lang.Object
-
- javax.xml.ws.WebServiceFeature
-
- com.sun.xml.ws.developer.StatefulFeature
-
- All Implemented Interfaces:
StickyFeature
@ManagedData public class StatefulFeature extends javax.xml.ws.WebServiceFeature implements StickyFeature
Designates a statefulWebService. A service class that has this feature on will behave as a stateful web service.- Since:
- 2.1
- See Also:
StatefulWebServiceManager
-
-
Constructor Summary
Constructors Constructor Description StatefulFeature()Create anStatefulFeature.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetID()
-
-
-
Field Detail
-
ID
public static final String ID
Constant value identifying the StatefulFeature- See Also:
- Constant Field Values
-
-
Method Detail
-
getID
@ManagedAttribute public String getID()
- Specified by:
getIDin classjavax.xml.ws.WebServiceFeature
-
-