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
IOExceptionCopyright © 2008–2023 Apache Software Foundation. All rights reserved.