com.sun.xml.ws.transport.tcp.servicechannel
Class ServiceChannelWSImpl

java.lang.Object
  extended by com.sun.xml.ws.transport.tcp.servicechannel.ServiceChannelWSImpl

public class ServiceChannelWSImpl
extends java.lang.Object


Constructor Summary
ServiceChannelWSImpl()
           
 
Method Summary
 void closeChannel(int channelId)
           
 void initiateSession()
           
 int openChannel(java.lang.String targetWSURI, javax.xml.ws.Holder<java.util.List<java.lang.String>> negotiatedMimeTypes, javax.xml.ws.Holder<java.util.List<java.lang.String>> negotiatedParams)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServiceChannelWSImpl

public ServiceChannelWSImpl()
Method Detail

initiateSession

public void initiateSession()
                     throws ServiceChannelException
Throws:
ServiceChannelException

openChannel

public int openChannel(java.lang.String targetWSURI,
                       javax.xml.ws.Holder<java.util.List<java.lang.String>> negotiatedMimeTypes,
                       javax.xml.ws.Holder<java.util.List<java.lang.String>> negotiatedParams)
                throws ServiceChannelException
Throws:
ServiceChannelException

closeChannel

public void closeChannel(int channelId)
                  throws ServiceChannelException
Throws:
ServiceChannelException