Uses of Interface
com.sun.xml.ws.transport.http.DeploymentDescriptorParser.AdapterFactory
Packages that use DeploymentDescriptorParser.AdapterFactory
Package
Description
Servlet transport for the JAX-WS RI.
-
Uses of DeploymentDescriptorParser.AdapterFactory in com.sun.xml.ws.transport.http
Classes in com.sun.xml.ws.transport.http that implement DeploymentDescriptorParser.AdapterFactoryModifier and TypeClassDescriptionclassHttpAdapterList<T extends HttpAdapter>List ofHttpAdapters created together.Constructors in com.sun.xml.ws.transport.http with parameters of type DeploymentDescriptorParser.AdapterFactoryModifierConstructorDescriptionDeploymentDescriptorParser(ClassLoader cl, ResourceLoader loader, Container container, DeploymentDescriptorParser.AdapterFactory<A> adapterFactory) -
Uses of DeploymentDescriptorParser.AdapterFactory in com.sun.xml.ws.transport.http.server
Classes in com.sun.xml.ws.transport.http.server that implement DeploymentDescriptorParser.AdapterFactory -
Uses of DeploymentDescriptorParser.AdapterFactory in com.sun.xml.ws.transport.http.servlet
Classes in com.sun.xml.ws.transport.http.servlet that implement DeploymentDescriptorParser.AdapterFactory -
Uses of DeploymentDescriptorParser.AdapterFactory in com.sun.xml.ws.transport.tcp.server
Classes in com.sun.xml.ws.transport.tcp.server that implement DeploymentDescriptorParser.AdapterFactoryFields in com.sun.xml.ws.transport.tcp.server declared as DeploymentDescriptorParser.AdapterFactoryModifier and TypeFieldDescriptionstatic final DeploymentDescriptorParser.AdapterFactory<TCPAdapter>TCPAdapter.FACTORY