RPKI Engine 1.0
Public Member Functions | Static Public Attributes

rpki.left_right.list_published_objects_elt Class Reference

Inheritance diagram for rpki.left_right.list_published_objects_elt:
Inheritance graph
Collaboration diagram for rpki.left_right.list_published_objects_elt:
Collaboration graph

List of all members.

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.

Detailed Description

<list_published_objects/> element.

Definition at line 1207 of file left_right.py.


Member Function Documentation

def rpki.left_right.list_published_objects_elt.make_reply (   self,
  uri,
  obj 
)
Generate one reply PDU.

Definition at line 1235 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 1218 of file left_right.py.


Member Data Documentation

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 1213 of file left_right.py.

string rpki.left_right.list_published_objects_elt.element_name = "list_published_objects" [static]

Definition at line 1212 of file left_right.py.

Definition at line 1216 of file left_right.py.

Name of the class attribute that holds the text value.

Reimplemented from rpki.xml_utils.text_elt.

Definition at line 1214 of file left_right.py.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables