- java.lang.Object
-
- javax.xml.ws.WebServiceFeature
-
- com.sun.xml.ws.developer.StatefulFeature
-
- All Implemented Interfaces:
StickyFeature
@ManagedData public class StatefulFeature extends 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
-
-
Field Summary
Fields Modifier and Type Field Description static StringIDConstant value identifying the StatefulFeature-
Fields inherited from class javax.xml.ws.WebServiceFeature
enabled
-
-
Constructor Summary
Constructors Constructor Description StatefulFeature()Create anStatefulFeature.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetID()-
Methods inherited from class javax.xml.ws.WebServiceFeature
isEnabled
-
-
-
-
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 classWebServiceFeature
-
-