public class Request extends Object
Constructor and Description |
---|
Request(ServiceContext serviceContext,
String authUserId,
String serviceId,
Class<?> serviceClass,
Method method,
Object[] args) |
Modifier and Type | Method and Description |
---|---|
Object[] |
getArgs() |
String |
getAuthUserId() |
Method |
getMethod() |
Class<?> |
getServiceClass() |
ServiceContext |
getServiceContext() |
String |
getServiceId() |
void |
setArgs(Object[] args) |
public ServiceContext getServiceContext()
public String getAuthUserId()
public String getServiceId()
public Class<?> getServiceClass()
public Method getMethod()
public Object[] getArgs()
public void setArgs(Object[] args)