Class ServiceChannelWSImpl
java.lang.Object
com.sun.xml.ws.transport.tcp.servicechannel.ServiceChannelWSImpl
- Author:
- Alexey Stashok
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidcloseChannel(int channelId) voidintopenChannel(String targetWSURI, javax.xml.ws.Holder<List<String>> negotiatedMimeTypes, javax.xml.ws.Holder<List<String>> negotiatedParams)
-
Constructor Details
-
ServiceChannelWSImpl
public ServiceChannelWSImpl()
-
-
Method Details
-
initiateSession
- 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
- Throws:
ServiceChannelException
-