public class SimpleInvoker extends Object implements Invoker
Invoker
implementation, that routes any call to a target object. A null
value as
target can be handled, the invocation result will always be null
.Constructor and Description |
---|
SimpleInvoker(Object target)
Construct a SimpleInvoker.
|
Modifier and Type | Method and Description |
---|---|
protected Object |
getTarget()
Retrieve the target of the invocations.
|
Object |
invoke(Object proxy,
Method method,
Object[] args)
Invocation of a method of the proxied object.
|
public SimpleInvoker(Object target)
target
- the invocation target.Copyright © 2005–2016 Codehaus. All rights reserved.