PolicyInclude policyInclude) {
OMPolicyReader reader = (OMPolicyReader) PolicyFactory
.getPolicyReader(PolicyFactory.OM_POLICY_READER);
while (policyElements.hasNext()) {
Policy p = reader.readPolicy((OMElement) policyElements.next());
policyInclude.addPolicyElement(type, p);
}
}
protected void processPolicyRefElements(int type, Iterator policyRefElements,