org.w3._2002._03.xkms_wsdl
Class XKMSService
java.lang.Object
javax.xml.ws.Service
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
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
XKMSPort
public static final QName XKMSPort
XKMSService
public XKMSService(URL wsdlLocation)
XKMSService
public XKMSService(URL wsdlLocation,
QName serviceName)
XKMSService
public XKMSService()
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