@WebServiceClient(name="Tuning",
wsdlLocation="file:/opt/projects/crm.com/CrmEJB/ejbModule/com/crm/process/provisioning/irdeto/wsdl/ClientDevice/Tuning.wsdl",
targetNamespace="http://irdeto.com/pisys/clientdevice")
public class Tuning
extends javax.xml.ws.Service
Modifier and Type | Field and Description |
---|---|
static javax.xml.namespace.QName |
SERVICE |
static javax.xml.namespace.QName |
TuningSoap |
static javax.xml.namespace.QName |
TuningSoap12 |
static java.net.URL |
WSDL_LOCATION |
Constructor and Description |
---|
Tuning() |
Tuning(java.net.URL wsdlLocation) |
Tuning(java.net.URL wsdlLocation,
javax.xml.namespace.QName serviceName) |
Tuning(java.net.URL wsdlLocation,
javax.xml.namespace.QName serviceName,
javax.xml.ws.WebServiceFeature... features) |
Tuning(java.net.URL wsdlLocation,
javax.xml.ws.WebServiceFeature... features) |
Tuning(javax.xml.ws.WebServiceFeature... features) |
Modifier and Type | Method and Description |
---|---|
TuningSoap |
getTuningSoap() |
TuningSoap |
getTuningSoap(javax.xml.ws.WebServiceFeature... features) |
TuningSoap |
getTuningSoap12() |
TuningSoap |
getTuningSoap12(javax.xml.ws.WebServiceFeature... features) |
addPort, create, create, create, create, createDispatch, createDispatch, createDispatch, createDispatch, createDispatch, createDispatch, getExecutor, getHandlerResolver, getPort, getPort, getPort, getPort, getPort, getPorts, getServiceName, getWSDLDocumentLocation, setExecutor, setHandlerResolver
public static final java.net.URL WSDL_LOCATION
public static final javax.xml.namespace.QName SERVICE
public static final javax.xml.namespace.QName TuningSoap
public static final javax.xml.namespace.QName TuningSoap12
public Tuning(java.net.URL wsdlLocation)
public Tuning(java.net.URL wsdlLocation, javax.xml.namespace.QName serviceName)
public Tuning()
public Tuning(javax.xml.ws.WebServiceFeature... features)
public Tuning(java.net.URL wsdlLocation, javax.xml.ws.WebServiceFeature... features)
public Tuning(java.net.URL wsdlLocation, javax.xml.namespace.QName serviceName, javax.xml.ws.WebServiceFeature... features)
@WebEndpoint(name="TuningSoap") public TuningSoap getTuningSoap()
@WebEndpoint(name="TuningSoap") public TuningSoap getTuningSoap(javax.xml.ws.WebServiceFeature... features)
features
- A list of WebServiceFeature
to configure on the proxy. Supported features not in the features
parameter will have their default values.@WebEndpoint(name="TuningSoap12") public TuningSoap getTuningSoap12()
@WebEndpoint(name="TuningSoap12") public TuningSoap getTuningSoap12(javax.xml.ws.WebServiceFeature... features)
features
- A list of WebServiceFeature
to configure on the proxy. Supported features not in the features
parameter will have their default values.