Interface DoubleItPortType


public interface DoubleItPortType
This class was generated by Apache CXF 4.0.3 2023-09-13T13:30:59.612-04:00 Generated source version: 4.0.3
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    doubleIt(int numberToDouble)
     
  • Method Details

    • 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)