Uses of Class
com.sun.xml.ws.transport.tcp.server.TCPAdapter
-
Packages that use TCPAdapter Package Description com.sun.xml.ws.transport.tcp.server com.sun.xml.ws.transport.tcp.server.tomcat -
-
Uses of TCPAdapter in com.sun.xml.ws.transport.tcp.server
Subclasses of TCPAdapter in com.sun.xml.ws.transport.tcp.server Modifier and Type Class Description classTCPServiceChannelWSAdapterFields in com.sun.xml.ws.transport.tcp.server with type parameters of type TCPAdapter Modifier and Type Field Description static DeploymentDescriptorParser.AdapterFactory<TCPAdapter>TCPAdapter. FACTORYMethods in com.sun.xml.ws.transport.tcp.server that return TCPAdapter Modifier and Type Method Description TCPAdapterTCPAdapterList. createAdapter(String name, String urlPattern, WSEndpoint<?> endpoint)TCPAdapterTCPAdapterList. get(int index)TCPAdapterWSTCPAdapterRegistry. getTarget(WSTCPURI requestURI)TCPAdapterWSTCPDelegate. getTarget(WSTCPURI tcpURI)Determines whichTCPAdapterserves the given request.Methods in com.sun.xml.ws.transport.tcp.server that return types with arguments of type TCPAdapter Modifier and Type Method Description List<TCPAdapter>WSTCP. parseDeploymentDescriptor()Method parameters in com.sun.xml.ws.transport.tcp.server with type arguments of type TCPAdapter Modifier and Type Method Description abstract 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 TCPAdapter Modifier and Type Method Description voidWSTCPTomcatRegistry. free(String contextPath, List<TCPAdapter> adapters)voidWSTCPTomcatRegistry. register(String contextPath, List<TCPAdapter> adapters)
-