Searched refs:AdapterFactory (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/transport/http/
H A DHttpAdapterList.java28 import com.sun.xml.internal.ws.transport.http.DeploymentDescriptorParser.AdapterFactory;
56 public abstract class HttpAdapterList<T extends HttpAdapter> extends AbstractList<T> implements AdapterFactory<T> {
H A DDeploymentDescriptorParser.java92 private final AdapterFactory<A> adapterFactory;
116 public DeploymentDescriptorParser(ClassLoader cl, ResourceLoader loader, Container container, AdapterFactory<A> adapterFactory) throws MalformedURLException {
341 public static interface AdapterFactory<A> { interface in class:DeploymentDescriptorParser

Completed in 56 milliseconds