495051525354555657
return wrapper; } public InstanceWrapper getAssociatedWrapper(KEY contextId) throws TargetResolutionException { if (wrapper == null) { throw new TargetNotFoundException(component.getURI()); } return wrapper; }