ArrayList result = new ArrayList();
ServiceComponent serviceComponent = null;
// create an appropriate instance of role configuration parser
RoleConfigurationParser roleConfigurationParser =
this.createRoleConfigurationParser();
// extract the role entries
RoleEntry[] roleEntryList = roleConfigurationParser.parse(roleConfiguration);
// get the default interceptors defined for the container
ArrayList defaultInterceptorList = this.getDefaultInterceptorServiceList();