com.quartzdesk.service.connection.v1_0
Class ConnectionService_Service

java.lang.Object
  extended by javax.xml.ws.Service
      extended by com.quartzdesk.service.connection.v1_0.ConnectionService_Service

@WebServiceClient(name="ConnectionService",
                  targetNamespace="http://service.quartzdesk.com/connection/v1_0",
                  wsdlLocation="/META-INF/wsdl/connection/v1_0/ConnectionService.wsdl")
public class ConnectionService_Service
extends Service

This class was generated by the JAX-WS RI. JAX-WS RI 2.2.5-b05 Generated source version: 2.1


Nested Class Summary
 
Nested classes/interfaces inherited from class javax.xml.ws.Service
Service.Mode
 
Constructor Summary
ConnectionService_Service()
           
ConnectionService_Service(URL wsdlLocation, QName serviceName)
           
 
Method Summary
 ConnectionService getConnectionServicePort()
           
 ConnectionService getConnectionServicePort(WebServiceFeature... features)
           
 
Methods inherited from class javax.xml.ws.Service
addPort, create, create, createDispatch, createDispatch, createDispatch, createDispatch, createDispatch, createDispatch, getExecutor, getHandlerResolver, getPort, getPort, getPort, getPort, getPort, getPorts, getServiceName, getWSDLDocumentLocation, setExecutor, setHandlerResolver
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConnectionService_Service

public ConnectionService_Service()

ConnectionService_Service

public ConnectionService_Service(URL wsdlLocation,
                                 QName serviceName)
Method Detail

getConnectionServicePort

@WebEndpoint(name="ConnectionServicePort")
public ConnectionService getConnectionServicePort()
Returns:
returns ConnectionService

getConnectionServicePort

@WebEndpoint(name="ConnectionServicePort")
public ConnectionService getConnectionServicePort(WebServiceFeature... features)
Parameters:
features - A list of WebServiceFeature to configure on the proxy. Supported features not in the features parameter will have their default values.
Returns:
returns ConnectionService


Copyright © 2013–2017 QuartzDesk.com. All rights reserved.