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