java.lang.Object
ch.ralscha.extdirectspring.bean.ExtDirectRequest
Represents the request of an Ext Direct call. Internal class.
-
Constructor Details
-
ExtDirectRequest
public ExtDirectRequest()
-
-
Method Details
-
getAction
- Returns:
- name of the spring managed bean
-
setAction
-
getData
- Returns:
- payload of the request
-
setData
-
getMethod
- Returns:
- method name that is member of the spring managed bean
-
setMethod
-
getTid
public int getTid()- Returns:
- the transaction ID that is associated with this request. The response has to return the same tid
-
setTid
public void setTid(int tid) -
getType
- Returns:
- the type of the message. "event" for polling or "rpc" for a method call
-
setType
-
getMetadata
- Returns:
- metadata parameters
-
setMetadata
-
toString
-