/**
 * PointsCalculatorSkeleton.java This file was auto-generated from WSDL by the
 * Apache Axis2 version: 1.0 May 05, 2006 (12:31:13 IST)
 */
package testexamples.types;

/**
 * PointsCalculatorSkeleton java skeleton for the axisService
 */
public class PointsCalculatorSkeleton {
    /**
     * Auto generated method signature
     *
     * @param param0
     */
    public com.recursionsw.ve.pointscalculator.types.CalculatePointsResponse calculatePoints(
        com.recursionsw.ve.pointscalculator.types.CalculatePoints param0) {
        //Todo fill this with the necessary business logic
        throw new java.lang.UnsupportedOperationException();
    }
}
