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.3.3-fuse Tue Feb 19 10:25:22 EST 2008 Generated source version: 2.0.3.3-fuse


Method Summary
 int add(int arg0, int arg1)
           
 

Method Detail

add

@ResponseWrapper(targetNamespace="http://apache.org/cxf/calculator/types",
                 className="org.apache.cxf.calculator.types.AddNumbersResponse",
                 localName="addNumbersResponse")
@RequestWrapper(targetNamespace="http://apache.org/cxf/calculator/types",
                className="org.apache.cxf.calculator.types.AddNumbers",
                localName="add")
int add(int arg0,
                                       int arg1)
        throws AddNumbersFault
Throws:
AddNumbersFault


Apache CXF is an effort undergoing incubation at the Apache Software Foundation(ASF) and sponsored by the Apache Incubator PMC.