public final class ServerSideMethodDesc extends Object
| Constructor and Description |
|---|
ServerSideMethodDesc(Method method,
Class returnType,
Class pmType)
Construct a new value object holding a description of an
RPC invoked method.
|
public ServerSideMethodDesc(Method method, Class returnType, Class pmType)
method - The method.returnType - The method's return type.pmType - The method's parameter type.Copyright © 2013. All Rights Reserved.