Java Doc for ContainerResolver.java in » 6.0-JDK-Modules » jax-ws-runtime » com » sun » xml » ws » api » server » Java Source Code / Java DocumentationJava Source Code and Java Documentation
This class determines an instance of
Container for the runtime.
It applies for both server and client runtimes(for e.g in Servlet could
be accessing a Web Service). Always call
ContainerResolver.setInstance when the
application's environment is initailized and a Container instance should
be associated with an application.
A client that is invoking a web service may be running in a
container(for e.g servlet). T
ContainerResolver uses a static field to keep the instance of the resolver object.
Typically appserver may set its custom container resolver using the static method
ContainerResolver.setInstance(ContainerResolver) author: Jitendra Kotamraju