Hi All,

I would like to use ObjectFactory in my plugin. Below is my code snippet


TestServiceLocator SrvcLocator = new TestServiceLocator();
try {
Invoke svc = SrvcLocator.getinvoke(new URL(http://localhost:8080));
ObjectFactory factory = new ObjectFactory();
LogRequest data = factory.createLogRequest().

} catch (Exception e) {
// TODO Auto-generated catch block
e.printStackTrace();
} 

I am unable to call ObjectFactory class. It throws "unresolved sumbol error". 
Do I neeed to add any Plug-in containing this as a dependent in my plug-in?
Any help in fixing this is greatly appreciated.

Thanks and Regards,
Syed


 
____________________________________________________________________________________
Do you Yahoo!?
Everyone is raving about the all-new Yahoo! Mail beta.
http://new.mail.yahoo.com

Reply via email to