Interface CalculatorPortType

All Known Implementing Classes:
CalculatorImpl

@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava", date="2024-12-09T12:26:01.527-05:00", comments="Apache CXF 4.1.0") public interface CalculatorPortType
This class was generated by Apache CXF 4.1.0 2024-12-09T12:26:01.527-05:00 Generated source version: 4.1.0
  • 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="2024-12-09T12:26:01.527-05:00") int add(int arg0, int arg1) throws AddNumbersFault
      Throws:
      AddNumbersFault