예제 #1
0
 public OMElement getLocalEntry(String sessionCookie, String localEntryKey)
     throws LocalEntryAdminException, RemoteException {
   AuthenticateStub.authenticateStub(sessionCookie, localEntryAdminServiceStub);
   return (OMElement) localEntryAdminServiceStub.getEntry(localEntryKey);
 }