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