@WebServiceClient(name="CustomerServiceService", wsdlLocation="file:/build/release-builds/kalpaw/product-as/target/checkout/modules/samples/Jaxws-Jaxrs/wsdl_first_jaxws/src/main/resources/CustomerService.wsdl", targetNamespace="http://customerservice.example.org/") public class CustomerServiceService extends javax.xml.ws.Service
javax.xml.ws.Service.Mode| Modifier and Type | Field and Description |
|---|---|
static QName |
CustomerServicePort |
static QName |
SERVICE |
static URL |
WSDL_LOCATION |
| Constructor and Description |
|---|
CustomerServiceService() |
CustomerServiceService(URL wsdlLocation) |
CustomerServiceService(URL wsdlLocation,
QName serviceName) |
CustomerServiceService(URL wsdlLocation,
QName serviceName,
javax.xml.ws.WebServiceFeature... features) |
CustomerServiceService(URL wsdlLocation,
javax.xml.ws.WebServiceFeature... features) |
CustomerServiceService(javax.xml.ws.WebServiceFeature... features) |
| Modifier and Type | Method and Description |
|---|---|
CustomerService |
getCustomerServicePort() |
CustomerService |
getCustomerServicePort(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, setHandlerResolverpublic static final URL WSDL_LOCATION
public static final QName SERVICE
public static final QName CustomerServicePort
public CustomerServiceService(URL wsdlLocation)
public CustomerServiceService()
public CustomerServiceService(javax.xml.ws.WebServiceFeature... features)
public CustomerServiceService(URL wsdlLocation, javax.xml.ws.WebServiceFeature... features)
public CustomerServiceService(URL wsdlLocation, QName serviceName, javax.xml.ws.WebServiceFeature... features)
@WebEndpoint(name="CustomerServicePort") public CustomerService getCustomerServicePort()
@WebEndpoint(name="CustomerServicePort") public CustomerService getCustomerServicePort(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.Copyright © 2015 WSO2 Inc. All rights reserved.