#include <BatchFilter.h>
|
| | BatchFilter () |
| |
| | ~BatchFilter () |
| |
| bool | canLogPayload () |
| |
| bool | isMethodSupported (FilterMethod method, bool asClient) |
| |
| FilterResult | ProcessMessage (XERCES_CPP_NAMESPACE_QUALIFIER DOMDocument *inputOutputData, NameValueCollection &transportHeaders, bool asClient) |
| |
| FilterResult | ProcessMessage (XERCES_CPP_NAMESPACE_QUALIFIER DOMDocument *inputData, unsigned char *outputData, NameValueCollection &transportHeaders, bool asClient) |
| |
| FilterResult | ProcessMessage (XERCES_CPP_NAMESPACE_QUALIFIER DOMDocument *inputData, unsigned char **outputData, NameValueCollection &transportHeaders, bool asClient) |
| |
|
static
XALAN_CPP_NAMESPACE_QUALIFIER
XalanTransformer * | getTransformer () |
| |
| BatchFilter::BatchFilter |
( |
| ) |
|
| BatchFilter::~BatchFilter |
( |
| ) |
|
| bool BatchFilter::canLogPayload |
( |
| ) |
|
| XALAN_CPP_NAMESPACE_QUALIFIER XalanCompiledStylesheet * BatchFilter::getBatch |
( |
const string |
filename | ) |
|
|
private |
| XALAN_CPP_NAMESPACE_QUALIFIER XalanTransformer * BatchFilter::getTransformer |
( |
| ) |
|
|
staticprivate |
| bool BatchFilter::isMethodSupported |
( |
FilterMethod |
method, |
|
|
bool |
asClient |
|
) |
| |
| AbstractFilter::FilterResult BatchFilter::ProcessMessage |
( |
XERCES_CPP_NAMESPACE_QUALIFIER DOMDocument * |
inputOutputData, |
|
|
NameValueCollection & |
transportHeaders, |
|
|
bool |
asClient |
|
) |
| |
| AbstractFilter::FilterResult BatchFilter::ProcessMessage |
( |
XERCES_CPP_NAMESPACE_QUALIFIER DOMDocument * |
inputData, |
|
|
unsigned char * |
outputData, |
|
|
NameValueCollection & |
transportHeaders, |
|
|
bool |
asClient |
|
) |
| |
| AbstractFilter::FilterResult BatchFilter::ProcessMessage |
( |
XERCES_CPP_NAMESPACE_QUALIFIER DOMDocument * |
inputData, |
|
|
unsigned char ** |
outputData, |
|
|
NameValueCollection & |
transportHeaders, |
|
|
bool |
asClient |
|
) |
| |
| void BatchFilter::replyOutputFormat |
( |
NameValueCollection & |
headers, |
|
|
int |
format |
|
) |
| |
|
private |
| void BatchFilter::Terminate |
( |
| ) |
|
|
static |
| void BatchFilter::validateProperties |
( |
NameValueCollection & |
headers | ) |
|
|
private |
private methods implementation
| XERCES_CPP_NAMESPACE_USE const string BatchFilter::BatchFILE = "BatchFILE" |
|
static |
| const string BatchFilter::BatchOUTPUTFORMAT = "BatchOUTPUTFORMAT" |
|
static |
| const string BatchFilter::BatchPARAM = "BatchPARAM" |
|
static |
| const string BatchFilter::BatchUSEEXT = "BatchUSEEXT" |
|
static |
| map< string, const XALAN_CPP_NAMESPACE_QUALIFIER XalanCompiledStylesheet * > BatchFilter::m_BatchCache |
|
staticprivate |
| XercesDOMTreeErrorHandler * BatchFilter::m_ErrorReporter = NULL |
|
staticprivate |
| bool BatchFilter::m_ExtensionsInstalled = false |
|
staticprivate |
| XALAN_CPP_NAMESPACE_QUALIFIER XalanTransformer * BatchFilter::m_Transformer = NULL |
|
staticprivate |
| const string BatchFilter::OUTPUT_METHOD_NONE = "OUTPUT_METHOD_NONE" |
|
static |
| const string BatchFilter::OUTPUT_METHOD_TEXT = "OUTPUT_METHOD_TEXT" |
|
static |
| const string BatchFilter::OUTPUT_METHOD_XML = "OUTPUT_METHOD_XML" |
|
static |
The documentation for this class was generated from the following files: