com.sun.xml.ws.transport.tcp.servicechannel.stubs
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 Summary
 void closeChannel(int channelId)
           
 void initiateSession()
           
 int openChannel(java.lang.String targetWSURI, javax.xml.ws.Holder<java.util.List<java.lang.String>> negotiatedMimeTypes, javax.xml.ws.Holder<java.util.List<java.lang.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(java.lang.String targetWSURI,
                                               javax.xml.ws.Holder<java.util.List<java.lang.String>> negotiatedMimeTypes,
                                               javax.xml.ws.Holder<java.util.List<java.lang.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