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.0-fuse Tue Nov 20 19:08:36 NST 2007 Generated source version: 2.0.3.0-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.