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(String targetWSURI, Holder<List<String>> negotiatedMimeTypes, 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,
                                                                                                                 Holder<List<String>> negotiatedMimeTypes,
                                                                                                                 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


Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.