}
}
protected void processPolicyRefElements(int type, Iterator policyRefElements,
PolicyInclude policyInclude) {
OMPolicyReader reader = (OMPolicyReader) PolicyFactory
.getPolicyReader(PolicyFactory.OM_POLICY_READER);
while (policyRefElements.hasNext()) {
PolicyReference policyReference = reader
.readPolicyReference((OMElement) policyRefElements.next());
policyInclude.addPolicyRefElement(type, policyReference);
}
}