struct ProfileBody
この構造体は,オブジェクトによってサポートされているプロトコルの情報を格納します。
module IIOP {
. . .
struct ProfileBody {
Version iiop_version;
string host;
unsigned short port;
sequence<octet> object_key;
sequence<IOP::TaggedComponent> components;
};
};