FileDocCategorySizeDatePackage
TestdateSoapBindingImpl.javaAPI DocApache Axis 1.4564Sat Apr 22 18:57:28 BST 2006test.wsdl.date

TestdateSoapBindingImpl

public class TestdateSoapBindingImpl extends Object implements test.wsdl.date.MyService
TestdateSoapBindingImpl.java This file was auto-generated from WSDL by the Apache Axis 1.2alpha Dec 06, 2003 (10:46:24 EST) WSDL2Java emitter.

Fields Summary
Constructors Summary
Methods Summary
public test.wsdl.date.MyBeangetInfo()

        MyBean b = new MyBean();
        Calendar xmas = new GregorianCalendar(1998, Calendar.DECEMBER, 25);
        Date date = xmas.getTime();
        b.setDate(new Date());
        return b;