com.sun.xml.ws.developer
Class StatefulFeature

java.lang.Object
  extended by javax.xml.ws.WebServiceFeature
      extended by 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
 
Fields inherited from class javax.xml.ws.WebServiceFeature
enabled
 
Constructor Summary
StatefulFeature()
          Create an StatefulFeature.
 
Method Summary
 String getID()
           
 
Methods inherited from class javax.xml.ws.WebServiceFeature
isEnabled
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ID

public static final String ID
Constant value identifying the StatefulFeature

See Also:
Constant Field Values
Constructor Detail

StatefulFeature

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

Method Detail

getID

public String getID()
Specified by:
getID in class javax.xml.ws.WebServiceFeature