Uses of Class
com.sun.xml.ws.util.Pool

Packages that use Pool
com.sun.xml.ws.api.server APIs for hosting JAX-WS services. 
com.sun.xml.ws.client JAX-WS 2.0.1 Client Runtime 
com.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
protected  Pool<TK> Adapter.pool
          Pool of Adapter.Toolkits.
 

Methods in com.sun.xml.ws.api.server that return Pool
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
 Pool<Tube> Stub.getTubes()
           
 

Uses of Pool in com.sun.xml.ws.util
 

Subclasses of Pool in com.sun.xml.ws.util
static class Pool.Marshaller
          JAXB Marshaller pool.
static class Pool.TubePool
          Tube pool.
static class Pool.Unmarshaller
          JAXB Marshaller pool.
 



Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.