@WebServiceClient(name="Sector",
wsdlLocation="file:/opt/projects/crm.com/CrmEJB/ejbModule/com/crm/process/provisioning/irdeto/wsdl/Sector/Sector.wsdl",
targetNamespace="http://irdeto.com/pisys/sector")
public class Sector
extends javax.xml.ws.Service
Modifier and Type | Field and Description |
---|---|
static javax.xml.namespace.QName |
SectorSoap |
static javax.xml.namespace.QName |
SectorSoap12 |
static javax.xml.namespace.QName |
SERVICE |
static java.net.URL |
WSDL_LOCATION |
Constructor and Description |
---|
Sector() |
Sector(java.net.URL wsdlLocation) |
Sector(java.net.URL wsdlLocation,
javax.xml.namespace.QName serviceName) |
Sector(java.net.URL wsdlLocation,
javax.xml.namespace.QName serviceName,
javax.xml.ws.WebServiceFeature... features) |
Sector(java.net.URL wsdlLocation,
javax.xml.ws.WebServiceFeature... features) |
Sector(javax.xml.ws.WebServiceFeature... features) |
Modifier and Type | Method and Description |
---|---|
SectorSoap |
getSectorSoap() |
SectorSoap |
getSectorSoap(javax.xml.ws.WebServiceFeature... features) |
SectorSoap |
getSectorSoap12() |
SectorSoap |
getSectorSoap12(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 SectorSoap12
public static final javax.xml.namespace.QName SectorSoap
public Sector(java.net.URL wsdlLocation)
public Sector(java.net.URL wsdlLocation, javax.xml.namespace.QName serviceName)
public Sector()
public Sector(javax.xml.ws.WebServiceFeature... features)
public Sector(java.net.URL wsdlLocation, javax.xml.ws.WebServiceFeature... features)
public Sector(java.net.URL wsdlLocation, javax.xml.namespace.QName serviceName, javax.xml.ws.WebServiceFeature... features)
@WebEndpoint(name="SectorSoap12") public SectorSoap getSectorSoap12()
@WebEndpoint(name="SectorSoap12") public SectorSoap getSectorSoap12(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="SectorSoap") public SectorSoap getSectorSoap()
@WebEndpoint(name="SectorSoap") public SectorSoap getSectorSoap(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.