org.apache.cxf.calculator
Interface CalculatorPortType

All Known Implementing Classes:
CalculatorImpl

@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava",
           date="2012-12-18T19:32:03.222Z",
           comments="Apache CXF 2.6.0.fuse-71-047")
public interface CalculatorPortType

This class was generated by Apache CXF 2.6.0.fuse-71-047 2012-12-18T19:32:03.222Z Generated source version: 2.6.0.fuse-71-047


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")
@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava",
           date="2012-12-18T19:32:03.222Z")
int add(int arg0,
                                                 int arg1)
        throws AddNumbersFault
Throws:
AddNumbersFault


Apache CXF