Uses of Class
com.sun.xml.ws.transport.tcp.server.TCPAdapter
Packages that use TCPAdapter
-
Uses of TCPAdapter in com.sun.xml.ws.transport.tcp.server
Subclasses of TCPAdapter in com.sun.xml.ws.transport.tcp.serverFields in com.sun.xml.ws.transport.tcp.server with type parameters of type TCPAdapterModifier and TypeFieldDescriptionstatic final DeploymentDescriptorParser.AdapterFactory<TCPAdapter>TCPAdapter.FACTORYMethods in com.sun.xml.ws.transport.tcp.server that return TCPAdapterModifier and TypeMethodDescriptionTCPAdapterList.createAdapter(String name, String urlPattern, WSEndpoint<?> endpoint) TCPAdapterList.get(int index) Determines whichTCPAdapterserves the given request.Methods in com.sun.xml.ws.transport.tcp.server that return types with arguments of type TCPAdapterMethod parameters in com.sun.xml.ws.transport.tcp.server with type arguments of type TCPAdapterModifier and TypeMethodDescriptionabstract voidWSTCPModule.free(String contextPath, List<TCPAdapter> adapters) voidWSTCPDelegate.freeAdapters(String contextPath, List<TCPAdapter> adapters) abstract voidWSTCPModule.register(String contextPath, List<TCPAdapter> adapters) voidWSTCPDelegate.registerAdapters(String contextPath, List<TCPAdapter> adapters) -
Uses of TCPAdapter in com.sun.xml.ws.transport.tcp.server.tomcat
Method parameters in com.sun.xml.ws.transport.tcp.server.tomcat with type arguments of type TCPAdapterModifier and TypeMethodDescriptionvoidWSTCPTomcatRegistry.free(String contextPath, List<TCPAdapter> adapters) voidWSTCPTomcatRegistry.register(String contextPath, List<TCPAdapter> adapters)