org.apache.cxf.calculator
Interface CalculatorPortType
- All Known Implementing Classes:
- CalculatorImpl
public interface CalculatorPortType
This class was generated by IONA FUSE Services Framework 2.0.6.11-fuse
Tue Nov 18 13:02:28 EST 2008
Generated source version: 2.0.6.11-fuse
|
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