Package org.apache.cxf.calculator
Interface CalculatorPortType
-
- All Known Implementing Classes:
CalculatorImpl
@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava", date="2023-06-06T11:29:23.858-04:00", comments="Apache CXF 3.6.1") public interface CalculatorPortTypeThis class was generated by Apache CXF 3.6.1 2023-06-06T11:29:23.858-04:00 Generated source version: 3.6.1
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intadd(int arg0, int arg1)
-
-
-
Method Detail
-
add
@RequestWrapper(localName="add", targetNamespace="http://apache.org/cxf/calculator/types", className="org.apache.cxf.calculator.types.AddNumbers") @ResponseWrapper(localName="addNumbersResponse", targetNamespace="http://apache.org/cxf/calculator/types", className="org.apache.cxf.calculator.types.AddNumbersResponse") @Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava", date="2023-06-06T11:29:23.858-04:00") int add(int arg0, int arg1) throws AddNumbersFault- Throws:
AddNumbersFault
-
-