com.sun.xml.ws.transport.tcp.server
Class WSTCP
java.lang.Object
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)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WSTCP
public WSTCP(@NotNull
TCPContext context,
@NotNull
java.lang.ClassLoader initClassLoader,
@NotNull
java.lang.String contextPath)
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)