FileDocCategorySizeDatePackage
TCPServiceChannelWSAdapter.javaAPI DocExample5345Tue May 29 16:57:10 BST 2007com.sun.xml.ws.transport.tcp.server

TCPServiceChannelWSAdapter

public final class TCPServiceChannelWSAdapter extends TCPAdapter
author
Alexey Stashok

Fields Summary
private final WSTCPAdapterRegistry
adapterRegistry
Constructors Summary
public TCPServiceChannelWSAdapter(String name, String urlPattern, com.sun.xml.ws.api.server.WSEndpoint endpoint, WSTCPAdapterRegistry adapterRegistry)

        super(name, urlPattern, endpoint);
        this.adapterRegistry = adapterRegistry;
    
Methods Summary
protected TCPAdapter.TCPToolkitcreateToolkit()

        return new ServiceChannelTCPToolkit();