@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava", date="2016-12-09T14:51:00.359-05:00", comments="Apache CXF 3.1.9") 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="2016-12-09T14:51:00.359-05:00") int add(int arg0, int arg1) throws AddNumbersFault
AddNumbersFaultApache CXF