Package org.apache.cxf.feature
Class LoggingFeature.Portable
java.lang.Object
org.apache.cxf.feature.LoggingFeature.Portable
- All Implemented Interfaces:
AbstractPortableFeature
,Feature
- Enclosing class:
- LoggingFeature
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
doInitializeProvider
(InterceptorProvider provider, Bus bus) int
getLimit()
Retrieve the value set withsetLimit(int)
.boolean
void
setLimit
(int lim) Set a limit on how much content can be loggedvoid
setPrettyLogging
(boolean prettyLogging) Turn pretty logging of XML content on/offMethods 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
-
Constructor Details
-
Portable
public Portable() -
Portable
public Portable(int lim) -
Portable
-
Portable
-
Portable
-
Portable
-
Portable
-
-
Method Details
-
doInitializeProvider
- Specified by:
doInitializeProvider
in interfaceAbstractPortableFeature
-
setLimit
public void setLimit(int lim) Set a limit on how much content can be logged- Parameters:
lim
-
-
getLimit
public int getLimit()Retrieve the value set withsetLimit(int)
. -
isPrettyLogging
public boolean isPrettyLogging() -
setPrettyLogging
public void setPrettyLogging(boolean prettyLogging) Turn pretty logging of XML content on/off- Parameters:
prettyLogging
-
-