Interface CalculatorPortType

All Known Implementing Classes:
CalculatorImpl

@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava", date="2023-05-02T16:18:57.028-04:00", comments="Apache CXF 4.0.1") public interface CalculatorPortType
This class was generated by Apache CXF 4.0.1 2023-05-02T16:18:57.028-04:00 Generated source version: 4.0.1
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    add(int arg0, int arg1)
     
  • Method Details

    • 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-05-02T16:18:57.028-04:00") int add(int arg0, int arg1) throws AddNumbersFault
      Throws:
      AddNumbersFault