public class LogRecWrite extends Object implements LogOperation, ParseOutput
ParseOutput
interface and
LogOperation
interface. It is parsing request and process the request.
log record. This class is registered with the SAX parser.Constructor and Description |
---|
LogRecWrite() |
Modifier and Type | Method and Description |
---|---|
Response |
execute(AuditEventPublisher auditEventPublisher,
AuditEventFactory auditEventFactory)
Return result of the request processing in
Response |
void |
process(String name,
Vector elems,
Hashtable atts,
String pcdata)
The method that implements the ParseOutput interface.
|
public Response execute(AuditEventPublisher auditEventPublisher, AuditEventFactory auditEventFactory)
Response
execute
in interface LogOperation
Response
public void process(String name, Vector elems, Hashtable atts, String pcdata)
process
in interface ParseOutput
name
- name of requestelems
- vaector has parsing elementsatts
- parsing attributespcdata
- given data to be parsed.Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.