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-06T11:29:24.377-04:00", comments="Apache CXF 3.6.1") public interface DocLitBareThis class was generated by Apache CXF 3.6.1 2023-06-06T11:29:24.377-04:00 Generated source version: 3.6.1
-
-
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="2023-06-06T11:29:24.377-04:00") javax.xml.ws.Response<BareDocumentResponse> testDocLitBareAsync(String in)
-
testDocLitBareAsync
@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava", date="2023-06-06T11:29:24.377-04:00") Future<?> testDocLitBareAsync(String in, javax.xml.ws.AsyncHandler<BareDocumentResponse> asyncHandler)
-
testDocLitBare
@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava", date="2023-06-06T11:29:24.377-04:00") BareDocumentResponse testDocLitBare(String in)
-
-