bs_service_response Struct Reference
[Bio-SPHERE Platform]

#include <biosphere.h>

Collaboration diagram for bs_service_response:

Collaboration graph
[legend]

Data Fields

bs_byte uuid [16]
char * service
char * port
char * operation
bs_message_instanceoutput
bs_message_instancefault
bs_bool from_mp

Detailed Description

Definition at line 255 of file biosphere.h.


Field Documentation

bs_byte bs_service_response::uuid[16]

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().

char* bs_service_response::service

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().

char* bs_service_response::port

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().

char* bs_service_response::operation

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().

bs_message_instance* bs_service_response::output

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().

bs_message_instance* bs_service_response::fault

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().

bs_bool bs_service_response::from_mp

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().


The documentation for this struct was generated from the following file:
Generated on Tue Jul 17 09:51:41 2007 for Bio-SPHERE by  doxygen 1.5.1