org.example.contract.doubleit
Interface DoubleItPortType2
@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava",
date="2015-02-11T19:59:06.060-05:00",
comments="Apache CXF 3.0.4")
public interface DoubleItPortType2
This class was generated by Apache CXF 3.0.4
2015-02-11T19:59:06.060-05:00
Generated source version: 3.0.4
doubleIt2
@RequestWrapper(localName="DoubleIt2",
targetNamespace="http://www.example.org/schema/DoubleIt",
className="org.example.schema.doubleit.DoubleIt2")
@ResponseWrapper(localName="DoubleItResponse",
targetNamespace="http://www.example.org/schema/DoubleIt",
className="org.example.schema.doubleit.DoubleItResponse")
@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava",
date="2015-02-11T19:59:06.060-05:00")
int doubleIt2(int numberToDouble)
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")
@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava",
date="2015-02-11T19:59:06.060-05:00")
int doubleIt(int numberToDouble)
throws DoubleItFault
- Throws:
DoubleItFault
Apache CXF