#include <biosphere.h>
Collaboration diagram for bs_service_response:
Data Fields | |
bs_byte | uuid [16] |
char * | service |
char * | port |
char * | operation |
bs_message_instance * | output |
bs_message_instance * | fault |
bs_bool | from_mp |
Definition at line 255 of file biosphere.h.
UUID of the transaction.
Definition at line 257 of file biosphere.h.
Referenced by copy_response(), create_biometric_decision_response(), create_biometric_response(), create_response(), new_bs_service_response(), and xlate_response_to_xml().
The requested service.
Definition at line 258 of file biosphere.h.
Referenced by add_used_service_to_xml(), copy_response(), create_biometric_decision_response(), create_biometric_response(), create_response(), delete_response(), new_bs_service_response(), and process_response_used().
The requested port from that service.
Definition at line 259 of file biosphere.h.
Referenced by add_used_service_to_xml(), copy_response(), create_biometric_decision_response(), create_biometric_response(), create_response(), delete_response(), new_bs_service_response(), and process_response_used().
The requested operation of that port.
Definition at line 260 of file biosphere.h.
Referenced by add_used_service_to_xml(), copy_response(), create_biometric_decision_response(), create_biometric_response(), create_response(), delete_response(), new_bs_service_response(), and process_response_used().
The instantiated output message from the service. May be NULL if there is a fault.
Definition at line 262 of file biosphere.h.
Referenced by copy_response(), create_biometric_decision_response(), create_biometric_response(), create_response(), delete_response(), new_bs_service_response(), process_response_fault(), process_response_output(), and xlate_response_to_xml().
The instantiated fault message from the service. May be NULL if there is no fault.
Definition at line 263 of file biosphere.h.
Referenced by copy_response(), delete_response(), new_bs_service_response(), and xlate_response_to_xml().
Whether the structure was allocated from a memory pool.
Definition at line 265 of file biosphere.h.
Referenced by delete_response(), and new_bs_service_response().