File
Doc
Category
Size
Date
Package
IAutoTypes.java
API Doc
Apache Axis 1.4
1654
Sat Apr 22 18:57:28 BST 2006
test.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
SimpleBean
echoBean
(
SimpleBean
bean)
public
SimpleBean
[]
echoBeanArray
(
SimpleBean[]
beans)
public
NestedBean
echoNestedBean
(
NestedBean
value)
public
SimpleBean
getBean
()
public
SimpleBean
[]
getBeanArray
(
int
count)
public
java.util.ArrayList
getBeanArrayList
(
int
count)
public
NestedBean
getNestedBean
()
public
java.lang.String
ping
()
public void
setBean
(
SimpleBean
bean)
public void
setBeanArray
(
SimpleBean[]
beans)
public
int
setBeanArrayList
(
java.util.ArrayList
beansArr)
public void
setNestedBean
(
NestedBean
value)
Java Code Source