public class Proxy extends Object
Constructor and Description |
---|
Proxy() |
Modifier and Type | Method and Description |
---|---|
InvocationHandler |
getHandler()
Get the handler.
|
Object |
invoke(Object[] params)
Functionality blueprint for all service methods.
|
void |
setHandler(InvocationHandler handler)
Set the handler.
|
public Object invoke(Object[] params)
params
- The parameters.public InvocationHandler getHandler()
public void setHandler(InvocationHandler handler)
handler
- The handler to set.Copyright © 2012. All Rights Reserved.