public abstract class MethodInterceptorFactory extends Object
Abstract definition that creates an interceptor
| Constructor and Description |
|---|
MethodInterceptorFactory() |
| Modifier and Type | Method and Description |
|---|---|
Object |
create(Class realMpClass,
Object... objects)
The factory method to create connector/message processors beans
|
protected abstract net.sf.cglib.proxy.MethodInterceptor |
createInterceptor() |
public Object create(Class realMpClass, Object... objects)
The factory method to create connector/message processors beans
realMpClass - The class of the message processor/ connector
objects - Constructor arguments
An Enhancer of the message processor/connector
protected abstract net.sf.cglib.proxy.MethodInterceptor createInterceptor()
Copyright © 2016. All rights reserved.