mediaBatchOperations = null;
CreateBatchOperation createJobBatchOperation = CreateBatchOperation
.create(serviceUri, this);
try {
mediaBatchOperations = new MediaBatchOperations(serviceUri);
} catch (JAXBException e) {
throw new RuntimeException(e);
} catch (ParserConfigurationException e) {
throw new RuntimeException(e);
}