ServiceChannelWSImplServicepublic 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 ServiceChannelWSImpl | getServiceChannelWSImplPort()
return (ServiceChannelWSImpl)super.getPort(new QName("http://servicechannel.tcp.transport.ws.xml.sun.com/", "ServiceChannelWSImplPort"), ServiceChannelWSImpl.class);
| public ServiceChannelWSImpl | getServiceChannelWSImplPort(javax.xml.ws.WebServiceFeature features)
return (ServiceChannelWSImpl)super.getPort(new QName("http://servicechannel.tcp.transport.ws.xml.sun.com/", "ServiceChannelWSImplPort"), ServiceChannelWSImpl.class, features);
|
|