Interface ServiceChannelWSImpl
-
public interface ServiceChannelWSImplThis class was generated by the JAXWS SI. JAX-WS RI 2.1.1-hudson-2014-Nightly Generated source version: 2.1
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidcloseChannel(int channelId)voidinitiateSession()intopenChannel(String targetWSURI, jakarta.xml.ws.Holder<List<String>> negotiatedMimeTypes, jakarta.xml.ws.Holder<List<String>> negotiatedParams)
-
-
-
Method Detail
-
initiateSession
@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- Throws:
ServiceChannelException
-
openChannel
@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, jakarta.xml.ws.Holder<List<String>> negotiatedMimeTypes, jakarta.xml.ws.Holder<List<String>> negotiatedParams) throws ServiceChannelException- Parameters:
negotiatedMimeTypes-negotiatedParams-targetWSURI-- Returns:
- returns int
- Throws:
ServiceChannelException
-
closeChannel
@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- Parameters:
channelId-- Throws:
ServiceChannelException
-
-