list = new ArrayList();
}
}
// Add the attribute accessor semantic interceptors
list.add(new PersistenceInterceptor());
list.add(new ModelMBeanAttributeInterceptor());
ctx.setInterceptors(list);
}
// Get any custom interceptors specified at the operation level
for (Iterator it = operationContextMap.entrySet().iterator(); it.hasNext();)