Uses of Interface
com.sun.xml.ws.developer.StatefulWebServiceManager

Packages that use StatefulWebServiceManager
com.sun.xml.ws.developer JAX-WS RI vendor extension features that are available to the JAX-WS RI users. 
com.sun.xml.ws.server JAX-WS 2.0.1 Server Runtime 
 

Uses of StatefulWebServiceManager in com.sun.xml.ws.developer
 

Methods in com.sun.xml.ws.developer with parameters of type StatefulWebServiceManager
 void StatefulWebServiceManager.Callback.onTimeout(T timedOutObject, StatefulWebServiceManager<T> manager)
          Application has a chance to decide if the object should be unexported, or kept alive.
 

Uses of StatefulWebServiceManager in com.sun.xml.ws.server
 

Classes in com.sun.xml.ws.server that implement StatefulWebServiceManager
 class StatefulInstanceResolver<T>
          InstanceResolver that looks at JAX-WS cookie header to determine the instance to which a message will be routed.