org.apache.cxf.calculator
Interface CalculatorPortType

All Known Implementing Classes:
CalculatorImpl

public interface CalculatorPortType

This class was generated by the CXF 2.0-IONA-RC1 Fri Jun 15 11:06:50 EDT 2007 Generated source version: 2.0-IONA-RC1


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


Copyright © 2006-2007 Apache Software Foundation. All Rights Reserved.