Package org.apache.hello_world_soap_http
Interface Greeter
-
- All Known Subinterfaces:
GreeterEndpointInterface
- All Known Implementing Classes:
AnotherDerivedGreeterImpl,BaseGreeterImpl,DerivedGreeterImpl,GreeterImpl,NotAnnotatedGreeterImpl
@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava", date="2024-03-07T12:28:42.637-05:00", comments="Apache CXF 3.6.3") public interface GreeterThis class was generated by Apache CXF 3.6.3 2024-03-07T12:28:42.637-05:00 Generated source version: 3.6.3
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgreetMe(String requestType)javax.xml.ws.Response<GreetMeResponse>greetMeAsync(String requestType)Future<?>greetMeAsync(String requestType, javax.xml.ws.AsyncHandler<GreetMeResponse> asyncHandler)StringgreetMeLater(long requestType)javax.xml.ws.Response<GreetMeLaterResponse>greetMeLaterAsync(long requestType)Future<?>greetMeLaterAsync(long requestType, javax.xml.ws.AsyncHandler<GreetMeLaterResponse> asyncHandler)voidgreetMeOneWay(String requestType)StringgreetMeSometime(String requestType)javax.xml.ws.Response<GreetMeSometimeResponse>greetMeSometimeAsync(String requestType)Future<?>greetMeSometimeAsync(String requestType, javax.xml.ws.AsyncHandler<GreetMeSometimeResponse> asyncHandler)StringsayHi()javax.xml.ws.Response<SayHiResponse>sayHiAsync()Future<?>sayHiAsync(javax.xml.ws.AsyncHandler<SayHiResponse> asyncHandler)voidtestDocLitFault(String faultType)javax.xml.ws.Response<TestDocLitFaultResponse>testDocLitFaultAsync(String faultType)Future<?>testDocLitFaultAsync(String faultType, javax.xml.ws.AsyncHandler<TestDocLitFaultResponse> asyncHandler)StringtestNillable(String nillElem, int intElem)javax.xml.ws.Response<TestNillableResponse>testNillableAsync(String nillElem, int intElem)Future<?>testNillableAsync(String nillElem, int intElem, javax.xml.ws.AsyncHandler<TestNillableResponse> asyncHandler)
-
-
-
Method Detail
-
testNillableAsync
@RequestWrapper(localName="testNillable", targetNamespace="http://apache.org/hello_world_soap_http/types", className="org.apache.hello_world_soap_http.types.TestNillable") @ResponseWrapper(localName="testNillableResponse", targetNamespace="http://apache.org/hello_world_soap_http/types", className="org.apache.hello_world_soap_http.types.TestNillableResponse") @Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava", date="2024-03-07T12:28:42.637-05:00") javax.xml.ws.Response<TestNillableResponse> testNillableAsync(String nillElem, int intElem)
-
testNillableAsync
@ResponseWrapper(localName="testNillableResponse", targetNamespace="http://apache.org/hello_world_soap_http/types", className="org.apache.hello_world_soap_http.types.TestNillableResponse") @RequestWrapper(localName="testNillable", targetNamespace="http://apache.org/hello_world_soap_http/types", className="org.apache.hello_world_soap_http.types.TestNillable") @Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava", date="2024-03-07T12:28:42.637-05:00") Future<?> testNillableAsync(String nillElem, int intElem, javax.xml.ws.AsyncHandler<TestNillableResponse> asyncHandler)
-
testNillable
@RequestWrapper(localName="testNillable", targetNamespace="http://apache.org/hello_world_soap_http/types", className="org.apache.hello_world_soap_http.types.TestNillable") @ResponseWrapper(localName="testNillableResponse", targetNamespace="http://apache.org/hello_world_soap_http/types", className="org.apache.hello_world_soap_http.types.TestNillableResponse") @Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava", date="2024-03-07T12:28:42.637-05:00") String testNillable(String nillElem, int intElem)
-
testDocLitFaultAsync
@RequestWrapper(localName="testDocLitFault", targetNamespace="http://apache.org/hello_world_soap_http/types", className="org.apache.hello_world_soap_http.types.TestDocLitFault") @ResponseWrapper(localName="testDocLitFaultResponse", targetNamespace="http://apache.org/hello_world_soap_http/types", className="org.apache.hello_world_soap_http.types.TestDocLitFaultResponse") @Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava", date="2024-03-07T12:28:42.637-05:00") javax.xml.ws.Response<TestDocLitFaultResponse> testDocLitFaultAsync(String faultType)
-
testDocLitFaultAsync
@ResponseWrapper(localName="testDocLitFaultResponse", targetNamespace="http://apache.org/hello_world_soap_http/types", className="org.apache.hello_world_soap_http.types.TestDocLitFaultResponse") @RequestWrapper(localName="testDocLitFault", targetNamespace="http://apache.org/hello_world_soap_http/types", className="org.apache.hello_world_soap_http.types.TestDocLitFault") @Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava", date="2024-03-07T12:28:42.637-05:00") Future<?> testDocLitFaultAsync(String faultType, javax.xml.ws.AsyncHandler<TestDocLitFaultResponse> asyncHandler)
-
testDocLitFault
@RequestWrapper(localName="testDocLitFault", targetNamespace="http://apache.org/hello_world_soap_http/types", className="org.apache.hello_world_soap_http.types.TestDocLitFault") @ResponseWrapper(localName="testDocLitFaultResponse", targetNamespace="http://apache.org/hello_world_soap_http/types", className="org.apache.hello_world_soap_http.types.TestDocLitFaultResponse") @Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava", date="2024-03-07T12:28:42.637-05:00") void testDocLitFault(String faultType) throws BadRecordLitFault, NoSuchCodeLitFault- Throws:
BadRecordLitFaultNoSuchCodeLitFault
-
greetMeAsync
@RequestWrapper(localName="greetMe", targetNamespace="http://apache.org/hello_world_soap_http/types", className="org.apache.hello_world_soap_http.types.GreetMe") @ResponseWrapper(localName="greetMeResponse", targetNamespace="http://apache.org/hello_world_soap_http/types", className="org.apache.hello_world_soap_http.types.GreetMeResponse") @Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava", date="2024-03-07T12:28:42.637-05:00") javax.xml.ws.Response<GreetMeResponse> greetMeAsync(String requestType)
-
greetMeAsync
@ResponseWrapper(localName="greetMeResponse", targetNamespace="http://apache.org/hello_world_soap_http/types", className="org.apache.hello_world_soap_http.types.GreetMeResponse") @RequestWrapper(localName="greetMe", targetNamespace="http://apache.org/hello_world_soap_http/types", className="org.apache.hello_world_soap_http.types.GreetMe") @Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava", date="2024-03-07T12:28:42.637-05:00") Future<?> greetMeAsync(String requestType, javax.xml.ws.AsyncHandler<GreetMeResponse> asyncHandler)
-
greetMe
@RequestWrapper(localName="greetMe", targetNamespace="http://apache.org/hello_world_soap_http/types", className="org.apache.hello_world_soap_http.types.GreetMe") @ResponseWrapper(localName="greetMeResponse", targetNamespace="http://apache.org/hello_world_soap_http/types", className="org.apache.hello_world_soap_http.types.GreetMeResponse") @Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava", date="2024-03-07T12:28:42.637-05:00") String greetMe(String requestType)
-
greetMeOneWay
@RequestWrapper(localName="greetMeOneWay", targetNamespace="http://apache.org/hello_world_soap_http/types", className="org.apache.hello_world_soap_http.types.GreetMeOneWay") @Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava", date="2024-03-07T12:28:42.637-05:00") void greetMeOneWay(String requestType)
-
sayHiAsync
@RequestWrapper(localName="sayHi", targetNamespace="http://apache.org/hello_world_soap_http/types", className="org.apache.hello_world_soap_http.types.SayHi") @ResponseWrapper(localName="sayHiResponse", targetNamespace="http://apache.org/hello_world_soap_http/types", className="org.apache.hello_world_soap_http.types.SayHiResponse") @Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava", date="2024-03-07T12:28:42.637-05:00") javax.xml.ws.Response<SayHiResponse> sayHiAsync()
-
sayHiAsync
@ResponseWrapper(localName="sayHiResponse", targetNamespace="http://apache.org/hello_world_soap_http/types", className="org.apache.hello_world_soap_http.types.SayHiResponse") @RequestWrapper(localName="sayHi", targetNamespace="http://apache.org/hello_world_soap_http/types", className="org.apache.hello_world_soap_http.types.SayHi") @Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava", date="2024-03-07T12:28:42.637-05:00") Future<?> sayHiAsync(javax.xml.ws.AsyncHandler<SayHiResponse> asyncHandler)
-
sayHi
@RequestWrapper(localName="sayHi", targetNamespace="http://apache.org/hello_world_soap_http/types", className="org.apache.hello_world_soap_http.types.SayHi") @ResponseWrapper(localName="sayHiResponse", targetNamespace="http://apache.org/hello_world_soap_http/types", className="org.apache.hello_world_soap_http.types.SayHiResponse") @Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava", date="2024-03-07T12:28:42.637-05:00") String sayHi()
-
greetMeLaterAsync
@RequestWrapper(localName="greetMeLater", targetNamespace="http://apache.org/hello_world_soap_http/types", className="org.apache.hello_world_soap_http.types.GreetMeLater") @ResponseWrapper(localName="greetMeLaterResponse", targetNamespace="http://apache.org/hello_world_soap_http/types", className="org.apache.hello_world_soap_http.types.GreetMeLaterResponse") @Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava", date="2024-03-07T12:28:42.637-05:00") javax.xml.ws.Response<GreetMeLaterResponse> greetMeLaterAsync(long requestType)
-
greetMeLaterAsync
@ResponseWrapper(localName="greetMeLaterResponse", targetNamespace="http://apache.org/hello_world_soap_http/types", className="org.apache.hello_world_soap_http.types.GreetMeLaterResponse") @RequestWrapper(localName="greetMeLater", targetNamespace="http://apache.org/hello_world_soap_http/types", className="org.apache.hello_world_soap_http.types.GreetMeLater") @Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava", date="2024-03-07T12:28:42.637-05:00") Future<?> greetMeLaterAsync(long requestType, javax.xml.ws.AsyncHandler<GreetMeLaterResponse> asyncHandler)
-
greetMeLater
@RequestWrapper(localName="greetMeLater", targetNamespace="http://apache.org/hello_world_soap_http/types", className="org.apache.hello_world_soap_http.types.GreetMeLater") @ResponseWrapper(localName="greetMeLaterResponse", targetNamespace="http://apache.org/hello_world_soap_http/types", className="org.apache.hello_world_soap_http.types.GreetMeLaterResponse") @Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava", date="2024-03-07T12:28:42.637-05:00") String greetMeLater(long requestType)
-
greetMeSometimeAsync
@RequestWrapper(localName="greetMeSometime", targetNamespace="http://apache.org/hello_world_soap_http/types", className="org.apache.hello_world_soap_http.types.GreetMeSometime") @ResponseWrapper(localName="greetMeSometimeResponse", targetNamespace="http://apache.org/hello_world_soap_http/types", className="org.apache.hello_world_soap_http.types.GreetMeSometimeResponse") @Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava", date="2024-03-07T12:28:42.637-05:00") javax.xml.ws.Response<GreetMeSometimeResponse> greetMeSometimeAsync(String requestType)
-
greetMeSometimeAsync
@ResponseWrapper(localName="greetMeSometimeResponse", targetNamespace="http://apache.org/hello_world_soap_http/types", className="org.apache.hello_world_soap_http.types.GreetMeSometimeResponse") @RequestWrapper(localName="greetMeSometime", targetNamespace="http://apache.org/hello_world_soap_http/types", className="org.apache.hello_world_soap_http.types.GreetMeSometime") @Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava", date="2024-03-07T12:28:42.637-05:00") Future<?> greetMeSometimeAsync(String requestType, javax.xml.ws.AsyncHandler<GreetMeSometimeResponse> asyncHandler)
-
greetMeSometime
@RequestWrapper(localName="greetMeSometime", targetNamespace="http://apache.org/hello_world_soap_http/types", className="org.apache.hello_world_soap_http.types.GreetMeSometime") @ResponseWrapper(localName="greetMeSometimeResponse", targetNamespace="http://apache.org/hello_world_soap_http/types", className="org.apache.hello_world_soap_http.types.GreetMeSometimeResponse") @Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava", date="2024-03-07T12:28:42.637-05:00") String greetMeSometime(String requestType)
-
-