Package org.example.contract.doubleit
Interface DoubleItPortType
-
public interface DoubleItPortTypeThis class was generated by Apache CXF 3.6.5 2024-12-04T10:48:07.527-05:00 Generated source version: 3.6.5
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intdoubleIt(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)
-
-