Uses of Interface
com.sun.xml.ws.developer.StatefulWebServiceManager
-
Packages that use StatefulWebServiceManager Package Description 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 Modifier and Type Method Description voidStatefulWebServiceManager.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 Modifier and Type Class Description classStatefulInstanceResolver<T>InstanceResolverthat looks at JAX-WS cookie header to determine the instance to which a message will be routed.
-