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

chwang
 

 



View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3903855#3903855

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3903855


-------------------------------------------------------
This SF.Net email is sponsored by the JBoss Inc.
Get Certified Today * Register for a JBoss Training Course
Free Certification Exam for All Training Attendees Through End of 2005
Visit http://www.jboss.com/services/certification for more information
_______________________________________________
JBoss-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to