Class TCPAdapter

java.lang.Object
com.sun.xml.ws.api.server.Adapter<TCPAdapter.TCPToolkit>
com.sun.xml.ws.transport.tcp.server.TCPAdapter
All Implemented Interfaces:
com.sun.xml.ws.api.Component, com.sun.xml.ws.api.config.management.Reconfigurable
Direct Known Subclasses:
TCPServiceChannelWSAdapter

public class TCPAdapter extends com.sun.xml.ws.api.server.Adapter<TCPAdapter.TCPToolkit>
Author:
Alexey Stashok
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    class 
     

    Nested classes/interfaces inherited from class com.sun.xml.ws.api.server.Adapter

    com.sun.xml.ws.api.server.Adapter.Toolkit
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final com.sun.xml.ws.transport.http.DeploymentDescriptorParser.AdapterFactory<TCPAdapter>
     

    Fields inherited from class com.sun.xml.ws.api.server.Adapter

    endpoint, pool
  • Constructor Summary

    Constructors
    Constructor
    Description
    TCPAdapter(String name, String urlPattern, com.sun.xml.ws.api.server.WSEndpoint endpoint)
     
  • Method Summary

    Modifier and Type
    Method
    Description
     
    Returns the "/abc/def/ghi" portion if the URL pattern is "/abc/def/ghi/*".
    void
    handle(ChannelContext channelContext)
     
    static void
    sendErrorResponse(ChannelContext channelContext, WSTCPError message)
     

    Methods inherited from class com.sun.xml.ws.api.server.Adapter

    getEndpoint, getEndpointComponent, getPool, getSPI, reconfigure

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait