Adds support to ctl:requestBodyProcessor=XML

This commit is contained in:
Felipe Zimmerle
2016-05-18 10:29:37 -03:00
parent 9202ffb17d
commit 6a7b970fe3
7 changed files with 263 additions and 12 deletions

View File

@@ -252,6 +252,11 @@ class Transaction {
*/
RequestBodyType m_requestBodyType;
/**
* Holds the request body "processor"
*/
RequestBodyType m_requestBodyProcessor;
/**
* Rules object utilized during this specific transaction.
*/