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 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:
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
@ManagedAttribute
public String getID()
- Specified by:
getID
in class WebServiceFeature
Copyright (c) 1997-2012 Oracle and/or its affiliates. All rights reserved.