@WebServiceClient(name="XKMSService", wsdlLocation="file:/Users/dkulp/working/cxf/services/xkms/xkms-common/src/main/model/xkms.wsdl", targetNamespace="http://www.w3.org/2002/03/xkms#wsdl") public class XKMSService extends Service
Service.Mode| Modifier and Type | Field and Description |
|---|---|
static QName |
SERVICE |
static URL |
WSDL_LOCATION |
static QName |
XKMSPort |
| Constructor and Description |
|---|
XKMSService() |
XKMSService(URL wsdlLocation) |
XKMSService(URL wsdlLocation,
QName serviceName) |
XKMSService(URL wsdlLocation,
QName serviceName,
WebServiceFeature... features) |
XKMSService(URL wsdlLocation,
WebServiceFeature... features) |
XKMSService(WebServiceFeature... features) |
| Modifier and Type | Method and Description |
|---|---|
XKMSPortType |
getXKMSPort() |
XKMSPortType |
getXKMSPort(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 URL WSDL_LOCATION
public static final QName SERVICE
public static final QName XKMSPort
public XKMSService(URL wsdlLocation)
public XKMSService()
public XKMSService(WebServiceFeature... features)
public XKMSService(URL wsdlLocation, WebServiceFeature... features)
public XKMSService(URL wsdlLocation, QName serviceName, WebServiceFeature... features)
@WebEndpoint(name="XKMSPort") public XKMSPortType getXKMSPort()
@WebEndpoint(name="XKMSPort") public XKMSPortType getXKMSPort(WebServiceFeature... features)
features - A list of WebServiceFeature to configure on the proxy. Supported features not in the features parameter will have their default values.Apache CXF