org.example.contract.doubleit
Interface DoubleItPortType


public interface DoubleItPortType

This class was generated by Apache CXF 3.0.0-milestone1 2013-11-20T15:41:40.074-05:00 Generated source version: 3.0.0-milestone1


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