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 Object

Author:
Alexey Stashok

Constructor Summary
ServiceChannelWSImpl()
           
 
Method Summary
 void closeChannel(int channelId)
           
 void initiateSession()
           
 int openChannel(String targetWSURI, Holder<List<String>> negotiatedMimeTypes, Holder<List<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(String targetWSURI,
                       Holder<List<String>> negotiatedMimeTypes,
                       Holder<List<String>> negotiatedParams)
                throws ServiceChannelException
Throws:
ServiceChannelException

closeChannel

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


Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.