Package org.cyclos.services.access
Class GuestInvocationData
- java.lang.Object
-
- org.cyclos.services.access.InvocationData
-
- org.cyclos.services.access.GuestInvocationData
-
- All Implemented Interfaces:
Serializable
public class GuestInvocationData extends InvocationData
An invocation as a guest user- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description GuestInvocationData()GuestInvocationData(String channel, RequestData requestData)
-
Method Summary
-
Methods inherited from class org.cyclos.services.access.InvocationData
checkConsistency, getChannel, getMethodName, getParameters, getParameterTypes, getRequestData, getServiceInterface, isConsistent, setChannel, setMethodName, setParameters, setParameterTypes, setRequestData, setServiceInterface
-
-
-
-
Constructor Detail
-
GuestInvocationData
public GuestInvocationData()
-
GuestInvocationData
public GuestInvocationData(String channel, RequestData requestData)
-
-