2.6.1 Attribute Semantics

TA_RESTSVCNAME
Name to be used in URL to call a Tuxedo service.

Note that this is not the actual Tuxedo service, that is configured using the <Method> element described below:

TA_RESTPOSTSERVICE
Name of Tuxedo service being mapped to the HTTP POST method.
TA_RESTPUTSERVICE
Name of Tuxedo service being mapped to the HTTP PUT method.
TA_RESTGETSERVICE
Name of Tuxedo service being mapped to the HTTP GET method.
TA_RESTDELETESERVICE
Name of Tuxedo service being mapped to the HTTP DELETE method.
TA_RESTPOSTINBUF
Tuxedo buffer type/optionally subtype used for input conversion. Values will be the same as all existing Tuxedo buffer types. For VIEW/VIEW32 buffer types, the notion of subtype will be conveyed by using the notation: {VIEW|VIEW32}/<Subtype>. For example: 'VIEW32/customer'.
This is the value associate with the HTTP POST method for this REST service.
TA_RESTPUTINBUF
Tuxedo buffer type/optionally subtype used for input conversion. Values will be the same as all existing Tuxedo buffer types. For VIEW/VIEW32 buffer types, the notion of subtype will be conveyed by using the notation: {VIEW|VIEW32}/<Subtype> For example: 'VIEW32/customer'.
This is the value associate with the HTTP PUT method for this REST service.
TA_RESTGETINBUF
Tuxedo buffer type/optionally subtype used for input conversion. Values will be the same as all existing Tuxedo buffer types. For VIEW/VIEW32 buffer types, the notion of subtype will be conveyed by using the notation: {VIEW|VIEW32}/<Subtype>. For example: 'VIEW32/customer'.
This is the value associate with the HTTP GET method for this REST service.
TA_RESTDELETEINBUF
Tuxedo buffer type/optionally subtype used for input conversion. Values will be the same as all existing Tuxedo buffer types. For VIEW/VIEW32 buffer types, the notion of subtype will be conveyed by using the notation: {VIEW|VIEW32}/<Subtype>. For example: 'VIEW32/customer'.
This is the value associate with the HTTP DELETE method for this REST service.
TA_RESTPOSTTUXREF
Reference to a metadata repository entry. This is used to associate interface data with a REST service and method. One use is for the configuration tool to generate automatic test code based on service metadata (interface).
This is the value associate with the HTTP POST method for this REST service.
TA_RESTPUTTUXREF
Reference to a metadata repository entry. This is used to associate interface data with a REST service and method. One use is for the configuration tool to generate automatic test code based on service metadata (interface).
This is the value associate with the HTTP PUT method for this REST service.
TA_RESTGETTUXREF
Reference to a metadata repository entry. This is used to associate interface data with a REST service and method. One use is for the configuration tool to generate automatic test code based on service metadata (interface).
This is the value associate with the HTTP GET method for this REST service.
TA_RESTDELETETUXREF
Reference to a metadata repository entry. This is used to associate interface data with a REST service and method. One use is for the configuration tool to generate automatic test code based on service metadata (interface).
This is the value associate with the HTTP DELETE method for this REST service.
TA_RESTDONE
Number of successful calls.
TA_RESTFAIL
Number of failed calls.
TA_RESTPENDING
Number of requests being processed.
TA_RESTTIME
Average time processing time.
Limitations
None