public it.eng.spagobi.sdk.documents.bo.SDKDocument getDocumentById(java.lang.Integer in0)
     throws java.rmi.RemoteException {
   DocumentsServiceImpl impl = new DocumentsServiceImpl();
   return impl.getDocumentById(in0);
 }