@WebServiceClient(name="CustomerService",
wsdlLocation="file:/maven/build/fuseenterprise/tooling/examples/camel-webservice-example/src/main/resources/META-INF/wsdl/CustomerService.wsdl",
targetNamespace="http://example.fusesource.org/")
public class CustomerService_Service
extends javax.xml.ws.Service
| Modifier and Type | Field and Description |
|---|---|
static javax.xml.namespace.QName |
CustomerServicePort |
static javax.xml.namespace.QName |
SERVICE |
static java.net.URL |
WSDL_LOCATION |
| Constructor and Description |
|---|
CustomerService_Service() |
CustomerService_Service(java.net.URL wsdlLocation) |
CustomerService_Service(java.net.URL wsdlLocation,
javax.xml.namespace.QName serviceName) |
CustomerService_Service(java.net.URL wsdlLocation,
javax.xml.namespace.QName serviceName,
javax.xml.ws.WebServiceFeature... features) |
CustomerService_Service(java.net.URL wsdlLocation,
javax.xml.ws.WebServiceFeature... features) |
CustomerService_Service(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 java.net.URL WSDL_LOCATION
public static final javax.xml.namespace.QName SERVICE
public static final javax.xml.namespace.QName CustomerServicePort
public CustomerService_Service(java.net.URL wsdlLocation)
public CustomerService_Service(java.net.URL wsdlLocation,
javax.xml.namespace.QName serviceName)
public CustomerService_Service()
public CustomerService_Service(javax.xml.ws.WebServiceFeature... features)
public CustomerService_Service(java.net.URL wsdlLocation,
javax.xml.ws.WebServiceFeature... features)
public CustomerService_Service(java.net.URL wsdlLocation,
javax.xml.namespace.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 © 2014 Red Hat. All Rights Reserved.