FileDocCategorySizeDatePackage
IAutoTypes.javaAPI DocApache Axis 1.41654Sat Apr 22 18:57:28 BST 2006test.functional

IAutoTypes

public interface IAutoTypes implements Remote
Interface which will be used as the client side proxy view of the Web Service.
author
Patrick Martin

Fields Summary
Constructors Summary
Methods Summary
public SimpleBeanechoBean(SimpleBean bean)

public SimpleBean[]echoBeanArray(SimpleBean[] beans)

public NestedBeanechoNestedBean(NestedBean value)

public SimpleBeangetBean()

public SimpleBean[]getBeanArray(int count)

public java.util.ArrayListgetBeanArrayList(int count)

public NestedBeangetNestedBean()

public java.lang.Stringping()

public voidsetBean(SimpleBean bean)

public voidsetBeanArray(SimpleBean[] beans)

public intsetBeanArrayList(java.util.ArrayList beansArr)

public voidsetNestedBean(NestedBean value)