com.example.customerservice
Class CustomerServiceService

java.lang.Object
  extended by javax.xml.ws.Service
      extended by 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


Nested Class Summary
 
Nested classes/interfaces inherited from class javax.xml.ws.Service
Service.Mode
 
Field Summary
static QName CustomerServicePort
           
static QName SERVICE
           
static URL WSDL_LOCATION
           
 
Constructor Summary
CustomerServiceService()
           
CustomerServiceService(URL wsdlLocation)
           
CustomerServiceService(URL wsdlLocation, QName serviceName)
           
 
Method Summary
 CustomerService getCustomerServicePort()
           
 CustomerService getCustomerServicePort(WebServiceFeature... features)
           
 
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
 

Field Detail

WSDL_LOCATION

public static final URL WSDL_LOCATION

SERVICE

public static final QName SERVICE

CustomerServicePort

public static final QName CustomerServicePort
Constructor Detail

CustomerServiceService

public CustomerServiceService(URL wsdlLocation)

CustomerServiceService

public CustomerServiceService(URL wsdlLocation,
                              QName serviceName)

CustomerServiceService

public CustomerServiceService()
Method Detail

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.