Construct a new Current
object.
The object adapter that received the request.
The connection that received the request.
The identity of the target Ice object.
The facet of the target Ice object.
The name of the operation being invoked.
The operation mode (idempotent or not).
The request context.
The request ID. A value of 0
indicates a one-way request.
The encoding of the request payload.
The object adapter that received the request.
The connection that received the request.
The request context.
The encoding of the request payload.
The facet of the target Ice object.
The identity of the target Ice object.
The operation mode (idempotent or not).
The name of the operation.
The request ID. 0 means the request is a one-way request.
Creates an empty outgoing response with reply status ReplyStatus.Ok for the request being dispatched corresponding to this current object.
An outgoing response with an empty payload.
Creates an outgoing response that marshals an exception or the request being dispatched corresponding to this current object.
The exception to marshal into the response payload.
A new outgoing response.
Creates an outgoing response with reply status ReplyStatus.Ok for the request being dispatched corresponding to this current object.
The action that marshals result into an output stream.
Optional
formatType: FormatTypeThe class format.
A new outgoing response.
Provides information about an incoming request being dispatched.