org.apache.cxf.calculator
Interface CalculatorPortType

All Known Implementing Classes:
CalculatorImpl

@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava",
           date="2014-07-15T14:38:30.598-04:00",
           comments="Apache CXF 3.0.1")
public interface CalculatorPortType

This class was generated by Apache CXF 3.0.1 2014-07-15T14:38:30.598-04:00 Generated source version: 3.0.1


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="2014-07-15T14:38:30.598-04:00")
int add(int arg0,
                                                                                                                            int arg1)
        throws AddNumbersFault
Throws:
AddNumbersFault


Apache CXF