imdPolicyFetcher = new IMDPolicyFetcher(policyFetcher,
volantisBean.getPolicyActivator(), this);
policyFetcher = imdPolicyFetcher;
}
SelectionContextImpl selectionContext = new SelectionContextImpl();
selectionContext.setDevice(device);
selectionContext.setPolicyFetcher(policyFetcher);
this.policyFetcher = policyFetcher;
this.selectionContext = selectionContext;
referenceFactory = volantisBean.getPolicyReferenceFactory();