@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava", date="2017-09-06T11:17:44.091-04:00", comments="Apache CXF 3.1.13") public interface CalculatorPortType
| Modifier and Type | Method and Description |
|---|---|
int |
add(int arg0,
int arg1) |
@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="2017-09-06T11:17:44.091-04:00") int add(int arg0, int arg1) throws AddNumbersFault
AddNumbersFaultApache CXF