com.googlecode.xremoting.core.message
Class Invocation
java.lang.Object
com.googlecode.xremoting.core.message.Invocation
- All Implemented Interfaces:
- Serializable
public class Invocation
- extends Object
- implements Serializable
Value object for invocation.
- Author:
- Roman Puchkovskiy
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Invocation
public Invocation()
Invocation
public Invocation(String methodName,
Class<? extends Object>[] argTypes,
Object[] args)
getMethodName
public String getMethodName()
setMethodName
public void setMethodName(String methodName)
getArgTypes
public Class<? extends Object>[] getArgTypes()
setArgTypes
public void setArgTypes(Class<? extends Object>[] argTypes)
getArgs
public Object[] getArgs()
setArgs
public void setArgs(Object[] args)
Copyright © 2013. All Rights Reserved.