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 Object
- Author:
- Alexey Stashok
| 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
ClassLoader initClassLoader,
@NotNull
String contextPath)
isProtocolCheck
public boolean isProtocolCheck()
setProtocolCheck
public void setProtocolCheck(boolean isProtocolCheck)
parseDeploymentDescriptor
@NotNull
public List<TCPAdapter> parseDeploymentDescriptor()
throws IOException
- Throws:
IOException
initialize
@NotNull
public Collection<WSTCPConnector> initialize()
throws IOException
- Throws:
IOException
process
public void process()
throws IOException
- Throws:
IOException
close
public void close()
main
public static void main(String[] args)
Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.