Package org.apache.cxf.ext.logging
Class LoggingFeature.Portable
- java.lang.Object
-
- org.apache.cxf.ext.logging.LoggingFeature.Portable
-
- All Implemented Interfaces:
AbstractPortableFeature,Feature
- Enclosing class:
- LoggingFeature
public static class LoggingFeature.Portable extends Object implements AbstractPortableFeature
-
-
Constructor Summary
Constructors Constructor Description Portable()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddBinaryContentMediaTypes(String mediaTypes)voidaddInBinaryContentMediaTypes(String mediaTypes)voidaddOutBinaryContentMediaTypes(String mediaTypes)voidaddSensitiveElementNames(Set<String> sensitiveElementNames)voidaddSensitiveProtocolHeaderNames(Set<String> sensitiveProtocolHeaderNames)voiddoInitializeProvider(InterceptorProvider provider, Bus bus)voidsetInMemThreshold(long inMemThreshold)voidsetInSender(LogEventSender s)voidsetLimit(int limit)voidsetLogBinary(boolean logBinary)Log binary content?voidsetLogMultipart(boolean logMultipart)Log multipart content?voidsetOutSender(LogEventSender s)voidsetPrettyLogging(boolean prettyLogging)voidsetSender(LogEventSender sender)voidsetSensitiveElementNames(Set<String> sensitiveElementNames)voidsetSensitiveProtocolHeaderNames(Set<String> sensitiveProtocolHeaderNames)voidsetVerbose(boolean verbose)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.apache.cxf.feature.AbstractPortableFeature
initialize, initialize, initialize, initialize
-
-
-
-
Method Detail
-
doInitializeProvider
public void doInitializeProvider(InterceptorProvider provider, Bus bus)
- Specified by:
doInitializeProviderin interfaceAbstractPortableFeature
-
setLimit
public void setLimit(int limit)
-
setInMemThreshold
public void setInMemThreshold(long inMemThreshold)
-
setSender
public void setSender(LogEventSender sender)
-
setInSender
public void setInSender(LogEventSender s)
-
setOutSender
public void setOutSender(LogEventSender s)
-
setPrettyLogging
public void setPrettyLogging(boolean prettyLogging)
-
setLogBinary
public void setLogBinary(boolean logBinary)
Log binary content?- Parameters:
logBinary- defaults to false
-
setLogMultipart
public void setLogMultipart(boolean logMultipart)
Log multipart content?- Parameters:
logMultipart- defaults to true
-
setVerbose
public void setVerbose(boolean verbose)
-
addInBinaryContentMediaTypes
public void addInBinaryContentMediaTypes(String mediaTypes)
-
addOutBinaryContentMediaTypes
public void addOutBinaryContentMediaTypes(String mediaTypes)
-
addBinaryContentMediaTypes
public void addBinaryContentMediaTypes(String mediaTypes)
-
setSensitiveProtocolHeaderNames
public void setSensitiveProtocolHeaderNames(Set<String> sensitiveProtocolHeaderNames)
-
-