Two Laptop Bag
The moose likes Web Services and the fly likes object inheritance with their schema Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Web Services
Reply Bookmark "object inheritance with their schema" Watch "object inheritance with their schema" New topic
Author

object inheritance with their schema

chaohua wang
Ranch Hand

Joined: Dec 22, 2002
Posts: 61
Hi folks,

I wrote an interface.

public interface DataObjectProcess extends Remote

{
DataObject jobRequest(DataObject aDataObject) throws RemoteException;

}

I also have ReportObject and ExportObject which are the subclass of DataObject. I also need to publish their scheme in wsdl. What is the best way to do this?
Thank you

Chaohua
 
 
subject: object inheritance with their schema
 
Threads others viewed
Search Form
Compilation error when the source files are in multiple folders
Variable scope within an interface and some questions
what will happen to XDoclet once EJB 3.0 is released?
cross context access to objects
WebSphere development made easy
without the weight of IBM tools
http://www.myeclipseide.com