Package org.apache.hello_world_soap_http
Interface DocLitBare
-
- All Known Implementing Classes:
DocLitBareGreeterImpl
@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava", date="2024-03-07T12:28:42.640-05:00", comments="Apache CXF 3.6.3") public interface DocLitBareThis class was generated by Apache CXF 3.6.3 2024-03-07T12:28:42.640-05:00 Generated source version: 3.6.3
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BareDocumentResponsetestDocLitBare(String in)javax.xml.ws.Response<BareDocumentResponse>testDocLitBareAsync(String in)Future<?>testDocLitBareAsync(String in, javax.xml.ws.AsyncHandler<BareDocumentResponse> asyncHandler)
-
-
-
Method Detail
-
testDocLitBareAsync
@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava", date="2024-03-07T12:28:42.640-05:00") javax.xml.ws.Response<BareDocumentResponse> testDocLitBareAsync(String in)
-
testDocLitBareAsync
@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava", date="2024-03-07T12:28:42.640-05:00") Future<?> testDocLitBareAsync(String in, javax.xml.ws.AsyncHandler<BareDocumentResponse> asyncHandler)
-
testDocLitBare
@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava", date="2024-03-07T12:28:42.640-05:00") BareDocumentResponse testDocLitBare(String in)
-
-