super(baseType, methodHandler);
this.contextId = manager.getContextId();
this.slsbInvocationInjectionPoint = manager.getServices().get(SLSBInvocationInjectionPoint.class);
InjectionPoint ip = manager.getServices().get(CurrentInjectionPoint.class).peek();
if (ip != null) {
this.injectionPointHolder = new InjectionPointHolder(manager.getContextId(), ip);
} else {
this.injectionPointHolder = null;
}
}