org.example.contract.doubleit
Interface DoubleItPortType


public interface DoubleItPortType

This class was generated by Apache CXF 2.4.8-patch-01 2012-08-10T13:42:08.173+08:00 Generated source version: 2.4.8-patch-01


Method Summary
 int doubleIt(int numberToDouble)
           
 

Method Detail

doubleIt

@RequestWrapper(localName="DoubleIt",
                targetNamespace="http://www.example.org/schema/DoubleIt",
                className="org.example.schema.doubleit.DoubleIt")
@ResponseWrapper(localName="DoubleItResponse",
                 targetNamespace="http://www.example.org/schema/DoubleIt",
                 className="org.example.schema.doubleit.DoubleItResponse")
int doubleIt(int numberToDouble)


Apache CXF