Contains, as child elements, the classification rules WLM will use when classifying requests.
Name | Type | Default | Description |
---|---|---|---|
id | string | A unique configuration ID. | |
classificationName | string | null | Optional classification name |
An element representing a rule used by WLM for classifying incoming HTTP requests.
Name | Type | Default | Description |
---|---|---|---|
transactionClass | string | Defines the priority | |
host | string | * | Defines which host to map the transaction class to |
port | string | * | Defines which port to map the transaction class to |
resource | string | * | Defines the URI to use when mapping transaction class |
method | string | * | Defines the HTTP method to map to |