Interface ServiceChannelWSImpl


public interface ServiceChannelWSImpl
This class was generated by the JAXWS SI. JAX-WS RI 2.1.1-hudson-2014-Nightly Generated source version: 2.1
  • Method Details

    • 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, javax.xml.ws.Holder<List<String>> negotiatedMimeTypes, javax.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