Skip to main content

Module stub

Module stub 

Source
Expand description

Stub code-generation helper — spec Annex-A.1 operation mapping.

A stub is the client-side proxy that marshals an IDL operation into a GIOP request, sends it over IIOP, and demarshals the reply. We provide a language-agnostic data structure that the codegen processes per target language.

Structs§

StubOp
Operation definition for stub generation.
StubParam
Operation parameter.

Enums§

ParamDirection
Parameter direction.

Functions§

render_stub_op
Renders a textual stub-skeleton preamble with the concrete language names. This is a helper for tests and documentation; the real codegen happens in crates/idl-cpp/ etc., which consumes this data structure.