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 Object

Author:
Alexey Stashok

Constructor Summary
WSTCP(TCPContext context, ClassLoader initClassLoader, String contextPath)
           
 
Method Summary
 void close()
           
 Collection<WSTCPConnector> initialize()
           
 boolean isProtocolCheck()
           
static void main(String[] args)
           
 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
             ClassLoader initClassLoader,
             @NotNull
             String contextPath)
Method Detail

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.