Class ServiceChannelWSImpl
- java.lang.Object
-
- com.sun.xml.ws.transport.tcp.servicechannel.ServiceChannelWSImpl
-
public class ServiceChannelWSImpl extends Object
- Author:
- Alexey Stashok
-
-
Constructor Summary
Constructors Constructor Description ServiceChannelWSImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
closeChannel(int channelId)
void
initiateSession()
int
openChannel(String targetWSURI, javax.xml.ws.Holder<List<String>> negotiatedMimeTypes, javax.xml.ws.Holder<List<String>> negotiatedParams)
-
-
-
Method Detail
-
initiateSession
public void initiateSession() throws ServiceChannelException
- Throws:
ServiceChannelException
-
openChannel
public int openChannel(String targetWSURI, javax.xml.ws.Holder<List<String>> negotiatedMimeTypes, javax.xml.ws.Holder<List<String>> negotiatedParams) throws ServiceChannelException
- Throws:
ServiceChannelException
-
closeChannel
public void closeChannel(int channelId) throws ServiceChannelException
- Throws:
ServiceChannelException
-
-