FileDocCategorySizeDatePackage
ServiceChannelWSImplService.javaAPI DocExample4333Tue May 29 16:57:14 BST 2007com.sun.xml.ws.transport.tcp.servicechannel.stubs

ServiceChannelWSImplService

public class ServiceChannelWSImplService extends Service
This class was generated by the JAXWS SI. JAX-WS RI 2.1.1-hudson-2014-Nightly Generated source version: 2.1

Fields Summary
private static final URL
SERVICECHANNELWSIMPLSERVICE_WSDL_LOCATION
Constructors Summary
public ServiceChannelWSImplService(URL wsdlLocation, QName serviceName)

        SERVICECHANNELWSIMPLSERVICE_WSDL_LOCATION = com.sun.xml.ws.transport.tcp.servicechannel.ServiceChannelWSImpl.class.getResource("ServiceChannelWSImplService.wsdl");
    
        super(wsdlLocation, serviceName);
    
public ServiceChannelWSImplService()

        super(SERVICECHANNELWSIMPLSERVICE_WSDL_LOCATION, new QName("http://servicechannel.tcp.transport.ws.xml.sun.com/", "ServiceChannelWSImplService"));
    
Methods Summary
public ServiceChannelWSImplgetServiceChannelWSImplPort()

return
returns ServiceChannelWSImpl

        return (ServiceChannelWSImpl)super.getPort(new QName("http://servicechannel.tcp.transport.ws.xml.sun.com/", "ServiceChannelWSImplPort"), ServiceChannelWSImpl.class);
    
public ServiceChannelWSImplgetServiceChannelWSImplPort(javax.xml.ws.WebServiceFeature features)

param
features A list of {@link javax.xml.ws.WebServiceFeature} to configure on the proxy. Supported features not in the features parameter will have their default values.
return
returns ServiceChannelWSImpl

        return (ServiceChannelWSImpl)super.getPort(new QName("http://servicechannel.tcp.transport.ws.xml.sun.com/", "ServiceChannelWSImplPort"), ServiceChannelWSImpl.class, features);