This is a rendering which will use the HTTP body to place the
information in an syntax and semantics as defined in the OCCI
specification.
|
|
|
|
|
|
|
Inherited from object:
__delattr__,
__format__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__repr__,
__setattr__,
__sizeof__,
__str__,
__subclasshook__
|
|
|
|
|
|
|
|
|
|
|
|
get_filters(self,
headers,
body,
extras)
Given the HTTP headers and the body this method will convert the HTTP
data into a list of categories and attributes. |
source code
|
|
|
|
to_action(self,
headers,
body,
extras)
Given the HTTP headers and the body this method will convert the HTTP
data into an Action. |
source code
|
|
|
|
to_entities(self,
headers,
body,
extras)
Given the HTTP headers and the body this method will convert the HTTP
data into a set of entity representations. |
source code
|
|
|
|
to_entity(self,
headers,
body,
def_kind,
extras)
Given the HTTP headers and the body this method will convert the HTTP
data into an entity representation. |
source code
|
|
|
|
to_mixins(self,
headers,
body,
extras)
Given the HTTP headers and the body this method will convert the HTTP
data into a Mixins. |
source code
|
|
|
|
|