org.apache.cxf.calculator
Interface CalculatorPortType
- All Known Implementing Classes:
- CalculatorImpl
@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava",
date="2012-10-02T15:03:40.206Z",
comments="Apache CXF 2.5.0.fuse-70-097")
public interface CalculatorPortType
This class was generated by Apache CXF 2.5.0.fuse-70-097
2012-10-02T15:03:40.206Z
Generated source version: 2.5.0.fuse-70-097
|
Method Summary |
int |
add(int arg0,
int arg1)
|
add
@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="2012-10-02T15:03:40.206Z")
int add(int arg0,
int arg1)
throws AddNumbersFault
- Throws:
AddNumbersFault
Apache CXF