Inherits rpki::xml_utils::text_elt, and rpki::left_right::left_right_namespace.
Inherited by irbe_cli.list_published_objects_elt.
Public Member Functions | |
def | make_reply |
def | serve_dispatch |
Static Public Attributes | |
tuple | attributes = ("self_handle", "tag", "uri") |
XML attributes for this element. | |
string | element_name = "list_published_objects" |
obj = None | |
string | text_attribute = "obj" |
Name of the class attribute that holds the text value. |
<list_published_objects/> element.
Definition at line 965 of file left_right.py.
def rpki.left_right.list_published_objects_elt.make_reply | ( | self, | ||
uri, | ||||
obj | ||||
) |
Generate one reply PDU.
Definition at line 992 of file left_right.py.
def rpki.left_right.list_published_objects_elt.serve_dispatch | ( | self, | ||
r_msg, | ||||
cb, | ||||
eb | ||||
) |
Handle a <list_published_objects/> query. The method name is a misnomer here, there's no action attribute and no dispatch, we just dump every published object for the specified <self/> and return.
Definition at line 976 of file left_right.py.
tuple rpki.left_right.list_published_objects_elt.attributes = ("self_handle", "tag", "uri") [static] |
XML attributes for this element.
Reimplemented from rpki.xml_utils.base_elt.
Definition at line 971 of file left_right.py.
string rpki.left_right.list_published_objects_elt.element_name = "list_published_objects" [static] |
Definition at line 970 of file left_right.py.
rpki.left_right.list_published_objects_elt.obj = None [static] |
Definition at line 974 of file left_right.py.
string rpki.left_right.list_published_objects_elt.text_attribute = "obj" [static] |
Name of the class attribute that holds the text value.
Reimplemented from rpki.xml_utils.text_elt.
Definition at line 972 of file left_right.py.