com.sun.xml.ws.transport.tcp.server.glassfish
Class TCP109Adapter

java.lang.Object
  extended by com.sun.xml.ws.api.server.Adapter<TCPAdapter.TCPToolkit>
      extended by com.sun.xml.ws.transport.tcp.server.TCPAdapter
          extended by com.sun.xml.ws.transport.tcp.server.glassfish.TCP109Adapter
All Implemented Interfaces:
Component, Reconfigurable

public final class TCP109Adapter
extends TCPAdapter

Author:
Alexey Stashok

Nested Class Summary
 
Nested classes/interfaces inherited from class com.sun.xml.ws.transport.tcp.server.TCPAdapter
TCPAdapter.TCPToolkit
 
Nested classes/interfaces inherited from class com.sun.xml.ws.api.server.Adapter
Adapter.Toolkit
 
Field Summary
 
Fields inherited from class com.sun.xml.ws.transport.tcp.server.TCPAdapter
FACTORY
 
Fields inherited from class com.sun.xml.ws.api.server.Adapter
endpoint, pool
 
Constructor Summary
TCP109Adapter(String name, String urlPattern, WSEndpoint endpoint, ServletFakeArtifactSet servletFakeArtifactSet, boolean isEJB)
           
 
Method Summary
protected  TCPAdapter.TCPToolkit createToolkit()
          Creates a Adapter.Toolkit instance.
 void handle(ChannelContext channelContext)
           
 
Methods inherited from class com.sun.xml.ws.transport.tcp.server.TCPAdapter
getValidPath, sendErrorResponse
 
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
 

Constructor Detail

TCP109Adapter

public TCP109Adapter(@NotNull
                     String name,
                     @NotNull
                     String urlPattern,
                     @NotNull
                     WSEndpoint endpoint,
                     @NotNull
                     ServletFakeArtifactSet servletFakeArtifactSet,
                     boolean isEJB)
Method Detail

handle

public void handle(@NotNull
                   ChannelContext channelContext)
            throws IOException,
                   WSTCPException
Overrides:
handle in class TCPAdapter
Throws:
IOException
WSTCPException

createToolkit

protected TCPAdapter.TCPToolkit createToolkit()
Description copied from class: Adapter
Creates a Adapter.Toolkit instance.

If the derived class doesn't have to add any per-thread state to Adapter.Toolkit, simply implement this as new Toolkit().

Overrides:
createToolkit in class TCPAdapter


Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.