org.example.contract.doubleit
Interface DoubleItMtomPortType


@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava",
           date="2015-02-11T19:59:06.036-05:00",
           comments="Apache CXF 3.0.4")
public interface DoubleItMtomPortType

This class was generated by Apache CXF 3.0.4 2015-02-11T19:59:06.036-05:00 Generated source version: 3.0.4


Method Summary
 int doubleIt4(int numberToDouble, DataHandler imageData)
           
 

Method Detail

doubleIt4

@RequestWrapper(localName="DoubleIt4",
                targetNamespace="http://www.example.org/schema/DoubleIt",
                className="org.example.schema.doubleit.DoubleIt4")
@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.036-05:00")
int doubleIt4(int numberToDouble,
                                                                                                                                  DataHandler imageData)
              throws DoubleItFault
Throws:
DoubleItFault


Apache CXF