Package org.apache.hello_world_soap_http
Interface DocLitBare
- All Known Implementing Classes:
DocLitBareGreeterImpl
@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava",
date="2024-12-09T12:26:02.915-05:00",
comments="Apache CXF 4.1.0")
public interface DocLitBare
This class was generated by Apache CXF 4.1.0
2024-12-09T12:26:02.915-05:00
Generated source version: 4.1.0
-
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="2024-12-09T12:26:02.915-05:00") jakarta.xml.ws.Response<BareDocumentResponse> testDocLitBareAsync(String in) -
testDocLitBareAsync
@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava", date="2024-12-09T12:26:02.915-05:00") Future<?> testDocLitBareAsync(String in, jakarta.xml.ws.AsyncHandler<BareDocumentResponse> asyncHandler) -
testDocLitBare
@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava", date="2024-12-09T12:26:02.915-05:00") BareDocumentResponse testDocLitBare(String in)
-