org.example.contract.doubleit
Interface DoubleItPortType


public interface DoubleItPortType

This class was generated by FuseSource Services Framework 2.4.3-fuse-01-02 2012-02-08T15:09:05.289Z Generated source version: 2.4.3-fuse-01-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