public interface ServiceChannelWSImpl
| Modifier and Type | Method and Description |
|---|---|
void |
closeChannel(int channelId) |
void |
initiateSession() |
int |
openChannel(String targetWSURI,
Holder<List<String>> negotiatedMimeTypes,
Holder<List<String>> negotiatedParams) |
@RequestWrapper(localName="initiateSession", targetNamespace="http://servicechannel.tcp.transport.ws.xml.sun.com/", className="com.sun.xml.ws.transport.tcp.servicechannel.stubs.InitiateSession") @ResponseWrapper(localName="initiateSessionResponse", targetNamespace="http://servicechannel.tcp.transport.ws.xml.sun.com/", className="com.sun.xml.ws.transport.tcp.servicechannel.stubs.InitiateSessionResponse") void initiateSession() throws ServiceChannelException
ServiceChannelException@RequestWrapper(localName="openChannel", targetNamespace="http://servicechannel.tcp.transport.ws.xml.sun.com/", className="com.sun.xml.ws.transport.tcp.servicechannel.stubs.OpenChannel") @ResponseWrapper(localName="openChannelResponse", targetNamespace="http://servicechannel.tcp.transport.ws.xml.sun.com/", className="com.sun.xml.ws.transport.tcp.servicechannel.stubs.OpenChannelResponse") int openChannel(String targetWSURI, Holder<List<String>> negotiatedMimeTypes, Holder<List<String>> negotiatedParams) throws ServiceChannelException
negotiatedMimeTypes - negotiatedParams - targetWSURI - ServiceChannelException@RequestWrapper(localName="closeChannel", targetNamespace="http://servicechannel.tcp.transport.ws.xml.sun.com/", className="com.sun.xml.ws.transport.tcp.servicechannel.stubs.CloseChannel") @ResponseWrapper(localName="closeChannelResponse", targetNamespace="http://servicechannel.tcp.transport.ws.xml.sun.com/", className="com.sun.xml.ws.transport.tcp.servicechannel.stubs.CloseChannelResponse") void closeChannel(int channelId) throws ServiceChannelException
channelId - ServiceChannelExceptionCopyright © 2005–2018 Oracle Corporation. All rights reserved.