Uses of Class
com.sun.xml.ws.api.server.AbstractInstanceResolver
Packages that use AbstractInstanceResolver
Package
Description
This document describes the architecture of server side
JAX-WS 2.0.1 runtime.
-
Uses of AbstractInstanceResolver in com.sun.xml.ws.server
Subclasses of AbstractInstanceResolver in com.sun.xml.ws.serverModifier and TypeClassDescriptionclassPartial implementation ofInstanceResolverwith code to handle multiple instances per server.final classInstanceResolverthat always returns a single instance.final classInstanceResolverthat looks at JAX-WS cookie header to determine the instance to which a message will be routed. -
Uses of AbstractInstanceResolver in com.sun.xml.ws.server.servlet
Subclasses of AbstractInstanceResolver in com.sun.xml.ws.server.servletModifier and TypeClassDescriptionclassInstance resolver that ties a service instance perHttpSession.