@WebServiceClient(name="SOAPRPCBodyService", wsdlLocation="file:/Users/ffang/projects/cxf-release/target/checkout/testutils/src/main/resources/wsdl/soapbody_rpc.wsdl", targetNamespace="http://apache.org/body_test/rpc") @Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava", date="2024-03-07T14:33:56.291-05:00", comments="Apache CXF 3.5.8") public class SOAPRPCBodyService extends Service
Service.Mode| Modifier and Type | Field and Description |
|---|---|
static QName |
SERVICE |
static QName |
SoapRPCBodyPort |
static URL |
WSDL_LOCATION |
| Constructor and Description |
|---|
SOAPRPCBodyService() |
SOAPRPCBodyService(URL wsdlLocation) |
SOAPRPCBodyService(URL wsdlLocation,
QName serviceName) |
SOAPRPCBodyService(URL wsdlLocation,
QName serviceName,
WebServiceFeature... features) |
SOAPRPCBodyService(URL wsdlLocation,
WebServiceFeature... features) |
SOAPRPCBodyService(WebServiceFeature... features) |
| Modifier and Type | Method and Description |
|---|---|
RPCGreeter |
getSoapRPCBodyPort() |
RPCGreeter |
getSoapRPCBodyPort(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="2024-03-07T14:33:56.291-05:00") public static final URL WSDL_LOCATION
@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava", date="2024-03-07T14:33:56.291-05:00") public static final QName SERVICE
@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava", date="2024-03-07T14:33:56.291-05:00") public static final QName SoapRPCBodyPort
@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava", date="2024-03-07T14:33:56.291-05:00") public SOAPRPCBodyService(URL wsdlLocation)
@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava", date="2024-03-07T14:33:56.291-05:00") public SOAPRPCBodyService(URL wsdlLocation, QName serviceName)
@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava", date="2024-03-07T14:33:56.291-05:00") public SOAPRPCBodyService()
@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava", date="2024-03-07T14:33:56.291-05:00") public SOAPRPCBodyService(WebServiceFeature... features)
@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava", date="2024-03-07T14:33:56.291-05:00") public SOAPRPCBodyService(URL wsdlLocation, WebServiceFeature... features)
@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava", date="2024-03-07T14:33:56.291-05:00") public SOAPRPCBodyService(URL wsdlLocation, QName serviceName, WebServiceFeature... features)
@WebEndpoint(name="SoapRPCBodyPort") @Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava", date="2024-03-07T14:33:56.291-05:00") public RPCGreeter getSoapRPCBodyPort()
@WebEndpoint(name="SoapRPCBodyPort") @Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava", date="2024-03-07T14:33:56.291-05:00") public RPCGreeter getSoapRPCBodyPort(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