XmlBeansUtil.validateDD(css);
} catch (XmlException e) {
throw new DeploymentException("Error parsing CSS configuration", e);
}
CSSConfig cssConfig = new CSSConfig();
if (css.isSetCompoundSecMechTypeList()) {
CSSCompoundSecMechListConfig mechListConfig = cssConfig.getMechList();
mechListConfig.setStateful(css.getCompoundSecMechTypeList().getStateful());
CSSCompoundSecMechType[] mechList = css.getCompoundSecMechTypeList().getCompoundSecMechArray();
for (int i = 0; i < mechList.length; i++) {
mechListConfig.add(extractCompoundSecMech(mechList[i], bundle));