@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava", date="2014-04-08T14:14:23.927+02:00", comments="Apache CXF 2.7.0.redhat-610379") 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="2014-04-08T14:14:23.927+02:00") int add(int arg0, int arg1) throws AddNumbersFault
AddNumbersFaultApache CXF