com.sun.xml.ws.developer
Class StatefulFeature
java.lang.Object
javax.xml.ws.WebServiceFeature
com.sun.xml.ws.developer.StatefulFeature
public class StatefulFeature
- extends javax.xml.ws.WebServiceFeature
Designates a stateful WebService
.
A service class that has this feature on will behave as a stateful web service.
- Since:
- 2.1
- See Also:
StatefulWebServiceManager
Field Summary |
static String |
ID
Constant value identifying the StatefulFeature |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ID
public static final String ID
- Constant value identifying the StatefulFeature
- See Also:
- Constant Field Values
StatefulFeature
public StatefulFeature()
- Create an
StatefulFeature
.
The instance created will be enabled.
getID
public String getID()
- Specified by:
getID
in class javax.xml.ws.WebServiceFeature