| Author |
Map Method return type interface
|
Inesh Hettiarachchi
Greenhorn
Joined: Feb 07, 2004
Posts: 23
|
|
Hi,
Cant we use an interface type as a method return type in our web service class
eg.
public Vector<InterfaceType> getSelectedObjects()
{
//...
return objects
}
if so can you please explain.
Thanks in advance,
inesh.
|
 |
 |
|
|
subject: Map Method return type interface
|
|
|