[JBoss-user] [JBossWS] - object inheritance with their schema

2005-10-27 Thread chwang
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 b

[JBoss-user] [JBossWS] - object inheritance with their schema

2005-10-27 Thread chwang
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 b