public class ServiceRequest
extends Object
implements Serializable
| Constructor and Description |
|---|
ServiceRequest(Method method,
Object[] args,
Class<? extends Service> service,
com.toolsverse.security.SecurityContext securityContext)
Instantiates a new ServiceRequest.
|
| Modifier and Type | Method and Description |
|---|---|
Object[] |
getArgs()
Gets the arguments.
|
Method |
getMethod()
Gets the method.
|
com.toolsverse.security.SecurityContext |
getSecurityContext()
Gets the security context.
|
Class<? extends Service> |
getServiceClass()
Gets the service class.
|
public ServiceRequest(Method method,
Object[] args,
Class<? extends Service> service,
com.toolsverse.security.SecurityContext securityContext)
method - the methodargs - the argsservice - the servicesecurityContext - the security contextpublic Object[] getArgs()
public Method getMethod()
public com.toolsverse.security.SecurityContext getSecurityContext()
public Class<? extends Service> getServiceClass()
Copyright © 2010-2020 Toolsverse. All Rights Reserved.