public interface DoubleItPortType
| Modifier and Type | Method and Description |
|---|---|
int |
doubleIt(int numberToDouble) |
@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