org.example.contract.doubleit
Interface DoubleItPortType


public interface DoubleItPortType

This class was generated by FuseSource Services Framework 2.4.3-fuse-00-13 2011-12-07T06:46:10.401Z Generated source version: 2.4.3-fuse-00-13


Method Summary
 int doubleIt(int numberToDouble)
           
 

Method Detail

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)


Apache CXF