Experimental API: This class is still under rapid development, and is very likely to be deleted. Use it at your own risk.
An event posted whenever an RPC request is sent or its response is received.This specification defines a single Request event object to handle all Request messages. The Request event encapsulates the Request message that can be retrieved from {@link RequestEvent#getRequest()}. Therefore the event type of a Request event can be determined as follows:
eventType == RequestEvent.getRequest().getMethod();
A Request event also encapsulates the server transaction which handles the Request.
RequestEvent contains the following elements:
|
|
|
|
|
|