public class ClientMethod extends Object
Constructor and Description |
---|
ClientMethod(String method,
Class<?>[] pTypes,
Object... pParams) |
Modifier and Type | Method and Description |
---|---|
String |
getMethodName() |
Object[] |
getParams() |
Class<?>[] |
getTypes()
Get the calling types for this method.
|
public ClientMethod(String method, Class<?>[] pTypes, Object... pParams) throws IOException
IOException
Copyright © 2008–2020 Apache Software Foundation. All rights reserved.