Apache CXF API

org.w3._2002._03.xkms_wsdl
Class XKMSService

java.lang.Object
  extended by javax.xml.ws.Service
      extended by org.w3._2002._03.xkms_wsdl.XKMSService

@WebServiceClient(name="XKMSService",
                  wsdlLocation="file:/Users/dkulp/working/cxf/target/checkout/services/xkms/xkms-common/src/main/model/xkms.wsdl",
                  targetNamespace="http://www.w3.org/2002/03/xkms#wsdl")
public class XKMSService
extends Service

This class was generated by Apache CXF 3.0.0 2014-05-14T15:43:08.455-04:00 Generated source version: 3.0.0


Nested Class Summary
 
Nested classes/interfaces inherited from class javax.xml.ws.Service
Service.Mode
 
Field Summary
static QName SERVICE
           
static URL WSDL_LOCATION
           
static QName XKMSPort
           
 
Constructor Summary
XKMSService()
           
XKMSService(URL wsdlLocation)
           
XKMSService(URL wsdlLocation, QName serviceName)
           
 
Method Summary
 XKMSPortType getXKMSPort()
           
 XKMSPortType getXKMSPort(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

XKMSPort

public static final QName XKMSPort
Constructor Detail

XKMSService

public XKMSService(URL wsdlLocation)

XKMSService

public XKMSService(URL wsdlLocation,
                   QName serviceName)

XKMSService

public XKMSService()
Method Detail

getXKMSPort

@WebEndpoint(name="XKMSPort")
public XKMSPortType getXKMSPort()
Returns:
returns XKMSPortType

getXKMSPort

@WebEndpoint(name="XKMSPort")
public XKMSPortType getXKMSPort(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 XKMSPortType

Apache CXF API

Apache CXF