public class DecoratingInvoker<T> extends Object implements Invoker
Invoker
.Constructor and Description |
---|
DecoratingInvoker(Invoker decorated,
Decorator<T> decorator)
Construct a DecoratingInvoker decorating another Invoker.
|
DecoratingInvoker(Object delegate,
Decorator<T> decorator)
Construct a DecoratingInvoker decorating another object.
|
Modifier and Type | Method and Description |
---|---|
Object |
invoke(Object proxy,
Method method,
Object[] args)
Invocation of a method of the proxied object.
|
public DecoratingInvoker(Invoker decorated, Decorator<T> decorator)
decorated
- the decorated Invoker
.decorator
- the decorating instance.public DecoratingInvoker(Object delegate, Decorator<T> decorator)
delegate
- the decorated object.decorator
- the decorating instance.Copyright © 2005–2015 Codehaus. All rights reserved.