Interface WrappedGreeter
-
@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava", date="2024-03-07T12:28:42.271-05:00", comments="Apache CXF 3.6.3") public interface WrappedGreeterThis class was generated by Apache CXF 3.6.3 2024-03-07T12:28:42.271-05:00 Generated source version: 3.6.3
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringsayHiRequest2Wrapped(String wrappedText)StringsayHiRequestWrapped(String wrappedText)
-
-
-
Method Detail
-
sayHiRequestWrapped
@RequestWrapper(localName="sayHiRequestWrapped", targetNamespace="http://apache.org/hello_world_soap_action/types/wrapped", className="org.apache.hello_world_soap_action.types.wrapped.SayHiRequestWrapped") @ResponseWrapper(localName="sayHiResponseWrapped", targetNamespace="http://apache.org/hello_world_soap_action/types/wrapped", className="org.apache.hello_world_soap_action.types.wrapped.SayHiResponseWrapped") @Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava", date="2024-03-07T12:28:42.271-05:00") String sayHiRequestWrapped(String wrappedText)
-
sayHiRequest2Wrapped
@RequestWrapper(localName="sayHiRequest2Wrapped", targetNamespace="http://apache.org/hello_world_soap_action/types/wrapped", className="org.apache.hello_world_soap_action.types.wrapped.SayHiRequest2Wrapped") @ResponseWrapper(localName="sayHiResponse2Wrapped", targetNamespace="http://apache.org/hello_world_soap_action/types/wrapped", className="org.apache.hello_world_soap_action.types.wrapped.SayHiResponse2Wrapped") @Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava", date="2024-03-07T12:28:42.271-05:00") String sayHiRequest2Wrapped(String wrappedText)
-
-