Package com.sun.xml.ws.developer.servlet
Class HttpSessionScopeFeature
- java.lang.Object
-
- jakarta.xml.ws.WebServiceFeature
-
- com.sun.xml.ws.developer.servlet.HttpSessionScopeFeature
-
public class HttpSessionScopeFeature extends jakarta.xml.ws.WebServiceFeatureWebServiceFeatureforHttpSessionScope.- Author:
- Kohsuke Kawaguchi
-
-
Field Summary
Fields Modifier and Type Field Description static StringIDConstant value identifying theHttpSessionScopefeature.
-
Constructor Summary
Constructors Constructor Description HttpSessionScopeFeature()
-
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 theHttpSessionScopefeature.- See Also:
- Constant Field Values
-
-
Method Detail
-
getID
public String getID()
- Specified by:
getIDin classjakarta.xml.ws.WebServiceFeature
-
-