Package org.apache.cxf.ext.logging.event
Class DefaultLogEventMapper
- java.lang.Object
-
- org.apache.cxf.ext.logging.event.DefaultLogEventMapper
-
public class DefaultLogEventMapper extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringMASKED_HEADER_VALUE
-
Constructor Summary
Constructors Constructor Description DefaultLogEventMapper()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddBinaryContentMediaTypes(String mediaTypes)EventTypegetEventType(Message message)Gets the event type from message.booleanisBinaryContent(String contentType)LogEventmap(Message message)LogEventmap(Message message, Set<String> sensitiveProtocolHeaders)voidsetEpInfo(Message message, LogEvent event)
-
-
-
Field Detail
-
MASKED_HEADER_VALUE
public static final String MASKED_HEADER_VALUE
- See Also:
- Constant Field Values
-
-
Method Detail
-
addBinaryContentMediaTypes
public void addBinaryContentMediaTypes(String mediaTypes)
-
isBinaryContent
public boolean isBinaryContent(String contentType)
-
getEventType
public EventType getEventType(Message message)
Gets the event type from message.- Parameters:
message- the message- Returns:
- the event type
-
-