org.apache.cxf.calculator
Interface CalculatorPortType
- All Known Implementing Classes:
- CalculatorImpl
public interface CalculatorPortType
This class was generated by Apache CXF 2.5.3
2012-04-12T13:31:20.847-04:00
Generated source version: 2.5.3
|
Method Summary |
int |
add(int arg0,
int arg1)
|
add
@ResponseWrapper(localName="addNumbersResponse",
targetNamespace="http://apache.org/cxf/calculator/types",
className="org.apache.cxf.calculator.types.AddNumbersResponse")
@RequestWrapper(localName="add",
targetNamespace="http://apache.org/cxf/calculator/types",
className="org.apache.cxf.calculator.types.AddNumbers")
int add(int arg0,
int arg1)
throws AddNumbersFault
- Throws:
AddNumbersFault
Apache CXF