com.sun.xml.ws.transport.tcp.server
Class WSTCP

java.lang.Object
  extended by com.sun.xml.ws.transport.tcp.server.WSTCP

public final class WSTCP
extends java.lang.Object


Constructor Summary
WSTCP(TCPContext context, java.lang.ClassLoader initClassLoader, java.lang.String contextPath)
           
 
Method Summary
 void close()
           
 java.util.Collection<WSTCPConnector> initialize()
           
 boolean isProtocolCheck()
           
static void main(java.lang.String[] args)
           
 java.util.List<TCPAdapter> parseDeploymentDescriptor()
           
 void process()
           
 void setProtocolCheck(boolean isProtocolCheck)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WSTCP

public WSTCP(@NotNull
             TCPContext context,
             @NotNull
             java.lang.ClassLoader initClassLoader,
             @NotNull
             java.lang.String contextPath)
Method Detail

isProtocolCheck

public boolean isProtocolCheck()

setProtocolCheck

public void setProtocolCheck(boolean isProtocolCheck)

parseDeploymentDescriptor

@NotNull
public java.util.List<TCPAdapter> parseDeploymentDescriptor()
                                                     throws java.io.IOException
Throws:
java.io.IOException

initialize

@NotNull
public java.util.Collection<WSTCPConnector> initialize()
                                                throws java.io.IOException
Throws:
java.io.IOException

process

public void process()
             throws java.io.IOException
Throws:
java.io.IOException

close

public void close()

main

public static void main(java.lang.String[] args)