org.example.contract.doubleit
Interface DoubleItPortType


public interface DoubleItPortType

This class was generated by FuseSource Services Framework 2.4.3-fuse-03-02 2012-05-22T19:59:23.146Z Generated source version: 2.4.3-fuse-03-02


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