com.sun.xml.ws.developer.servlet
Class HttpSessionScopeFeature

java.lang.Object
  extended by javax.xml.ws.WebServiceFeature
      extended by com.sun.xml.ws.developer.servlet.HttpSessionScopeFeature

public class HttpSessionScopeFeature
extends javax.xml.ws.WebServiceFeature

WebServiceFeature for @HttpSessionScope.


Field Summary
static String ID
          Constant value identifying the @HttpSessionScope feature.
 
Fields inherited from class javax.xml.ws.WebServiceFeature
enabled
 
Constructor Summary
HttpSessionScopeFeature()
           
 
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 @HttpSessionScope feature.

See Also:
Constant Field Values
Constructor Detail

HttpSessionScopeFeature

public HttpSessionScopeFeature()
Method Detail

getID

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