public class ServiceInvocation extends Object implements Serializable
Constructor and Description |
---|
ServiceInvocation(Method method,
Serializable[] parameters)
Creates new instance.
|
Modifier and Type | Method and Description |
---|---|
String |
getMethod()
Returns the method name.
|
Serializable[] |
getParameters()
Returns the parameter values.
|
Class<?>[] |
getParameterTypes()
Returns the method parameter types.
|
String |
getService()
The service name.
|
public ServiceInvocation(Method method, Serializable[] parameters)
method
- the invoked methodparameters
- the parameterspublic String getService()
public String getMethod()
public Class<?>[] getParameterTypes()
public Serializable[] getParameters()
Copyright © 2007-2020 Whitestein Technologies. All Rights Reserved.