// retrieve the component state from the storage service
IndividualStorageService ss = (IndividualStorageService)
URLToReference.createReference(individualStorageServiceURL,
IndividualStorageService.class.getName());
String xmlState = ss.retrieveState(storageID);
// set the state of the component
setComponentState(xmlState);
}