Interface DoubleItPortType


public interface DoubleItPortType
This class was generated by Apache CXF 4.0.5 2024-07-11T18:14:42.220-04:00 Generated source version: 4.0.5
  • 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)