policyProcessor.readPolicies(operation, reader);
} else {
policyProcessor.readPolicies(operation, reader);
}
OperationsConfigurator opConfigurator = null;
if ( compositeService != null ) {
opConfigurator = compositeService;
} else if ( componentService != null ) {
opConfigurator = componentService;
} else if ( compositeReference != null ) {
opConfigurator = compositeReference;
} else if ( componentReference != null ) {
opConfigurator = componentReference;
}
opConfigurator.getConfiguredOperations().add(operation);
} else if (IMPLEMENTATION_COMPOSITE_QNAME.equals(name)) {
// Read an implementation.composite
Composite implementation = assemblyFactory.createComposite();
implementation.setName(getQName(reader, NAME));