// commit to prepresenting this hierarchy in Tuscany or whether
// to rely on neethi
// Should this be in the builder? Not really as this drives the
// Tuscany specific readers
if (policyComponent.getType() != Constants.TYPE_ASSERTION){
PolicyOperator policyOperator = (PolicyOperator)policyComponent;
for(Object childComponent : policyOperator.getPolicyComponents()){
// TODO - create assertion hierarchy in wsPolicy model
// how we do this depends on if we continue to use neethi
readPolicyAssertions(policyAssertions, (PolicyComponent)childComponent, context);
}
} else {