public CglibMethodInterceptor(Class<?> interfaze, Invocable invocable) {
invocationHandler = new JDKInvocationHandler(messageFactory, interfaze, invocable);
}
public CglibMethodInterceptor(ServiceReferenceImpl<T> callbackReference) {
invocationHandler = new JDKCallbackInvocationHandler(messageFactory, callbackReference);
}