@WebServiceClient(name="SOAPRPCService", wsdlLocation="file:/Users/dkulp/working/cxf/target/checkout/testutils/src/main/resources/wsdl/hello_world_soap_action_rpc.wsdl", targetNamespace="http://apache.org/hello_world_soap_action") @Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava", date="2022-06-24T11:48:59.142-04:00", comments="Apache CXF 3.5.3") public class SOAPRPCService extends Service
Service.Mode| Modifier and Type | Field and Description |
|---|---|
static QName |
SERVICE |
static QName |
SoapRPCPort |
static URL |
WSDL_LOCATION |
| Constructor and Description |
|---|
SOAPRPCService() |
SOAPRPCService(URL wsdlLocation) |
SOAPRPCService(URL wsdlLocation,
QName serviceName) |
SOAPRPCService(URL wsdlLocation,
QName serviceName,
WebServiceFeature... features) |
SOAPRPCService(URL wsdlLocation,
WebServiceFeature... features) |
SOAPRPCService(WebServiceFeature... features) |
| Modifier and Type | Method and Description |
|---|---|
RPCGreeter |
getSoapRPCPort() |
RPCGreeter |
getSoapRPCPort(WebServiceFeature... features) |
addPort, create, create, create, create, createDispatch, createDispatch, createDispatch, createDispatch, createDispatch, createDispatch, getExecutor, getHandlerResolver, getPort, getPort, getPort, getPort, getPort, getPorts, getServiceName, getWSDLDocumentLocation, setExecutor, setHandlerResolver@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava", date="2022-06-24T11:48:59.142-04:00") public static final URL WSDL_LOCATION
@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava", date="2022-06-24T11:48:59.142-04:00") public static final QName SERVICE
@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava", date="2022-06-24T11:48:59.142-04:00") public static final QName SoapRPCPort
@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava", date="2022-06-24T11:48:59.142-04:00") public SOAPRPCService(URL wsdlLocation)
@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava", date="2022-06-24T11:48:59.142-04:00") public SOAPRPCService(URL wsdlLocation, QName serviceName)
@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava", date="2022-06-24T11:48:59.142-04:00") public SOAPRPCService()
@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava", date="2022-06-24T11:48:59.142-04:00") public SOAPRPCService(WebServiceFeature... features)
@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava", date="2022-06-24T11:48:59.142-04:00") public SOAPRPCService(URL wsdlLocation, WebServiceFeature... features)
@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava", date="2022-06-24T11:48:59.142-04:00") public SOAPRPCService(URL wsdlLocation, QName serviceName, WebServiceFeature... features)
@WebEndpoint(name="SoapRPCPort") @Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava", date="2022-06-24T11:48:59.142-04:00") public RPCGreeter getSoapRPCPort()
@WebEndpoint(name="SoapRPCPort") @Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava", date="2022-06-24T11:48:59.142-04:00") public RPCGreeter getSoapRPCPort(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