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

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/transport/http/
H A DDeploymentDescriptorParser.java92 private final AdapterFactory<A> adapterFactory; field in class:DeploymentDescriptorParser
113 * @param adapterFactory
116 public DeploymentDescriptorParser(ClassLoader cl, ResourceLoader loader, Container container, AdapterFactory<A> adapterFactory) throws MalformedURLException { argument
120 this.adapterFactory = adapterFactory;
248 adapters.add(adapterFactory.createAdapter(name, urlPattern, endpoint));

Completed in 39 milliseconds