org.apache.cxf.calculator
Interface CalculatorPortType

All Known Implementing Classes:
CalculatorImpl

public interface CalculatorPortType

This class was generated by FuseSource Services Framework 2.5.0.fuse-7-061 2012-05-09T16:03:01.562Z Generated source version: 2.5.0.fuse-7-061


Method Summary
 int add(int arg0, int arg1)
           
 

Method Detail

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")
int add(int arg0,
                                       int arg1)
        throws AddNumbersFault
Throws:
AddNumbersFault


Apache CXF