@WebServiceClient(name="ACLService", wsdlLocation="classpath:/wsdl/cmis11/CMISWS-Service.wsdl", targetNamespace="http://docs.oasis-open.org/ns/cmis/ws/200908/") public class ACLService extends Service
Service.Mode| Modifier and Type | Field and Description |
|---|---|
static QName |
ACLServicePort |
static QName |
SERVICE |
static URL |
WSDL_LOCATION |
| Constructor and Description |
|---|
ACLService() |
ACLService(URL wsdlLocation) |
ACLService(URL wsdlLocation,
QName serviceName) |
ACLService(URL wsdlLocation,
QName serviceName,
WebServiceFeature... features) |
ACLService(URL wsdlLocation,
WebServiceFeature... features) |
ACLService(WebServiceFeature... features) |
| Modifier and Type | Method and Description |
|---|---|
ACLServicePort |
getACLServicePort() |
ACLServicePort |
getACLServicePort(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 ACLServicePort
public ACLService(URL wsdlLocation)
public ACLService()
public ACLService(WebServiceFeature... features)
public ACLService(URL wsdlLocation, WebServiceFeature... features)
public ACLService(URL wsdlLocation, QName serviceName, WebServiceFeature... features)
@WebEndpoint(name="ACLServicePort") public ACLServicePort getACLServicePort()
@WebEndpoint(name="ACLServicePort") public ACLServicePort getACLServicePort(WebServiceFeature... features)
features - A list of WebServiceFeature to configure on the proxy. Supported features not in the features parameter will have their default values.Copyright © 2009–2017 The Apache Software Foundation. All rights reserved.