J-Integra® Espresso Programming Documentation (API) |
|
Delegate.request Method
request is called by a stub to obtain an OutputStream for marshaling arguments.
The stub must supply the operation name, and indicate if a response is expected
(i.e is this a oneway call).
Parameters
- self
-
The object reference which delegated to this delegate.
- operation
-
A string containing the operation name. The operation name corresponds to the
operation name as it would be encoded in a GIOP request.
- responseExpected
-
false if the operation is a one way operation, and true otherwise.
Return Value
OutputStream the OutputStream into which request arguments can be marshaled.
Remarks
none
Exceptions
none
See Also
Delegate Interface |
Delegate Members | CORBA.portable
Namespace | Ics.CORBA Namespace