The mx.rpc.events package contains the RPC event classes.
Class | Description | |
---|---|---|
AbstractEvent | The base class for events that RPC services dispatch. | |
FaultEvent | This event is dispatched when an RPC call has a fault. | |
HeaderEvent | The event that indicates an RPC operation, such as a WebService SOAP request, returned a header in the response. | |
InvokeEvent | The event that indicates an RPC operation has been invoked. | |
ResultEvent | The event that indicates an RPC operation has successfully returned a result. |