Package org.apache.hello_world_soap_http
Interface DocLitBare
- All Known Implementing Classes:
DocLitBareGreeterImpl
@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava",
date="2023-06-06T12:44:56.958-04:00",
comments="Apache CXF 4.0.2")
public interface DocLitBare
This class was generated by Apache CXF 4.0.2
2023-06-06T12:44:56.958-04:00
Generated source version: 4.0.2
-
Method Summary
Modifier and TypeMethodDescriptiontestDocLitBare(String in) jakarta.xml.ws.Response<BareDocumentResponse>Future<?>testDocLitBareAsync(String in, jakarta.xml.ws.AsyncHandler<BareDocumentResponse> asyncHandler)
-
Method Details
-
testDocLitBareAsync
@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava", date="2023-06-06T12:44:56.958-04:00") jakarta.xml.ws.Response<BareDocumentResponse> testDocLitBareAsync(String in) -
testDocLitBareAsync
@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava", date="2023-06-06T12:44:56.958-04:00") Future<?> testDocLitBareAsync(String in, jakarta.xml.ws.AsyncHandler<BareDocumentResponse> asyncHandler) -
testDocLitBare
@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava", date="2023-06-06T12:44:56.958-04:00") BareDocumentResponse testDocLitBare(String in)
-