com.example.customerservice
Class CustomerServiceService
java.lang.Object
javax.xml.ws.Service
com.example.customerservice.CustomerServiceService
@WebServiceClient(name="CustomerServiceService",
wsdlLocation="classpath:wsdl/customerservice/CustomerService.wsdl",
targetNamespace="http://customerservice.example.com/")
public class CustomerServiceService- extends Service
This class was generated by Apache CXF 2.6.1
2012-09-28T23:49:16.357+12:00
Generated source version: 2.6.1
| 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 |
WSDL_LOCATION
public static final URL WSDL_LOCATION
SERVICE
public static final QName SERVICE
CustomerServicePort
public static final QName CustomerServicePort
CustomerServiceService
public CustomerServiceService(URL wsdlLocation)
CustomerServiceService
public CustomerServiceService(URL wsdlLocation,
QName serviceName)
CustomerServiceService
public CustomerServiceService()
getCustomerServicePort
@WebEndpoint(name="CustomerServicePort")
public CustomerService getCustomerServicePort()
- Returns:
- returns CustomerService
getCustomerServicePort
@WebEndpoint(name="CustomerServicePort")
public CustomerService getCustomerServicePort(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 CustomerService
Copyright © 2012 University of Waikato, Hamilton, NZ. All Rights Reserved.