Package org.apache.cxf.calculator
Interface CalculatorPortType
-
- All Known Implementing Classes:
CalculatorImpl
@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava", date="2024-03-07T12:28:41.267-05:00", comments="Apache CXF 3.6.3") public interface CalculatorPortTypeThis class was generated by Apache CXF 3.6.3 2024-03-07T12:28:41.267-05:00 Generated source version: 3.6.3
-
-
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="2024-03-07T12:28:41.267-05:00") int add(int arg0, int arg1) throws AddNumbersFault- Throws:
AddNumbersFault
-
-