490491492493494495496497498499500
while (actionsIterator.hasNext()) { OMElement actionElement = null; String action = null; actionElement = (OMElement) actionsIterator.next(); action = actionElement.getText(); mappingRules.addRule(MappingRules.MAPPING_TYPE_ACTION, action); } } /** *