public static class LoggingFeature.Portable extends Object implements org.apache.cxf.feature.AbstractPortableFeature
| Constructor and Description |
|---|
Portable() |
| Modifier and Type | Method and Description |
|---|---|
void |
addBinaryContentMediaTypes(String mediaTypes) |
void |
addInBinaryContentMediaTypes(String mediaTypes) |
void |
addOutBinaryContentMediaTypes(String mediaTypes) |
void |
addSensitiveElementNames(Set<String> sensitiveElementNames) |
void |
addSensitiveProtocolHeaderNames(Set<String> sensitiveProtocolHeaderNames) |
void |
doInitializeProvider(org.apache.cxf.interceptor.InterceptorProvider provider,
org.apache.cxf.Bus bus) |
void |
setInMemThreshold(long inMemThreshold) |
void |
setInSender(LogEventSender s) |
void |
setLimit(int limit) |
void |
setLogBinary(boolean logBinary)
Log binary content?
|
void |
setLogMultipart(boolean logMultipart)
Log multipart content?
|
void |
setOutSender(LogEventSender s) |
void |
setPrettyLogging(boolean prettyLogging) |
void |
setSender(LogEventSender sender) |
void |
setSensitiveDataHelper(MaskSensitiveHelper maskSensitiveHelper) |
void |
setSensitiveElementNames(Set<String> sensitiveElementNames) |
void |
setSensitiveProtocolHeaderNames(Set<String> sensitiveProtocolHeaderNames) |
void |
setVerbose(boolean verbose) |
public void doInitializeProvider(org.apache.cxf.interceptor.InterceptorProvider provider,
org.apache.cxf.Bus bus)
doInitializeProvider in interface org.apache.cxf.feature.AbstractPortableFeaturepublic void setLimit(int limit)
public void setInMemThreshold(long inMemThreshold)
public void setSender(LogEventSender sender)
public void setInSender(LogEventSender s)
public void setOutSender(LogEventSender s)
public void setPrettyLogging(boolean prettyLogging)
public void setLogBinary(boolean logBinary)
logBinary - defaults to falsepublic void setLogMultipart(boolean logMultipart)
logMultipart - defaults to truepublic void setVerbose(boolean verbose)
public void addInBinaryContentMediaTypes(String mediaTypes)
public void addOutBinaryContentMediaTypes(String mediaTypes)
public void addBinaryContentMediaTypes(String mediaTypes)
public void setSensitiveProtocolHeaderNames(Set<String> sensitiveProtocolHeaderNames)
public void addSensitiveProtocolHeaderNames(Set<String> sensitiveProtocolHeaderNames)
public void setSensitiveDataHelper(MaskSensitiveHelper maskSensitiveHelper)
Apache CXF