Uses of Class
com.sun.xml.ws.util.Pool
-
Packages that use Pool Package Description com.sun.xml.ws.api.server APIs for hosting JAX-WS services.com.sun.xml.ws.client JAX-WS 2.0.1 Client Runtimecom.sun.xml.ws.util -
-
Uses of Pool in com.sun.xml.ws.api.server
Fields in com.sun.xml.ws.api.server declared as Pool Modifier and Type Field Description protected Pool<TK>Adapter. poolPool ofAdapter.Toolkits.Methods in com.sun.xml.ws.api.server that return Pool Modifier and Type Method Description protected Pool<TK>Adapter. getPool()Returns a reference to the pool of Toolkits for this adapter. -
Uses of Pool in com.sun.xml.ws.client
Methods in com.sun.xml.ws.client that return Pool Modifier and Type Method Description Pool<Tube>Stub. getTubes() -
Uses of Pool in com.sun.xml.ws.util
Subclasses of Pool in com.sun.xml.ws.util Modifier and Type Class Description static classPool.MarshallerJAXBMarshallerpool.static classPool.TubePoolTubepool.static classPool.UnmarshallerJAXBMarshallerpool.
-