@WebServiceClient(name="GetResourcePropertyService", wsdlLocation="file:/Users/dkulp/working/cxf/services/wsn/wsn-api/src/main/resources/org/apache/cxf/wsn/wsdl/wsn.wsdl", targetNamespace="http://cxf.apache.org/wsn/jaxws") public class GetResourcePropertyService extends Service
Service.Mode| Modifier and Type | Field and Description |
|---|---|
static QName |
GetResourcePropertyPort |
static QName |
SERVICE |
static URL |
WSDL_LOCATION |
| Constructor and Description |
|---|
GetResourcePropertyService() |
GetResourcePropertyService(URL wsdlLocation) |
GetResourcePropertyService(URL wsdlLocation,
QName serviceName) |
GetResourcePropertyService(URL wsdlLocation,
QName serviceName,
WebServiceFeature... features) |
GetResourcePropertyService(URL wsdlLocation,
WebServiceFeature... features) |
GetResourcePropertyService(WebServiceFeature... features) |
| Modifier and Type | Method and Description |
|---|---|
GetResourceProperty |
getGetResourcePropertyPort() |
GetResourceProperty |
getGetResourcePropertyPort(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 GetResourcePropertyPort
public GetResourcePropertyService(URL wsdlLocation)
public GetResourcePropertyService()
public GetResourcePropertyService(WebServiceFeature... features)
public GetResourcePropertyService(URL wsdlLocation, WebServiceFeature... features)
public GetResourcePropertyService(URL wsdlLocation, QName serviceName, WebServiceFeature... features)
@WebEndpoint(name="GetResourcePropertyPort") public GetResourceProperty getGetResourcePropertyPort()
@WebEndpoint(name="GetResourcePropertyPort") public GetResourceProperty getGetResourcePropertyPort(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