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 SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoiddoInitializeProvider(InterceptorProvider provider, Bus bus) intgetLimit()Retrieve the value set withsetLimit(int).booleanvoidsetLimit(int lim) Set a limit on how much content can be loggedvoidsetPrettyLogging(boolean prettyLogging) Turn pretty logging of XML content on/offMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.cxf.feature.AbstractPortableFeatureinitialize, initialize, initialize, initialize
- 
Constructor Details- 
Portablepublic Portable()
- 
Portablepublic Portable(int lim) 
- 
Portable
- 
Portable
- 
Portable
- 
Portable
- 
Portable
 
- 
- 
Method Details- 
doInitializeProvider- Specified by:
- doInitializeProviderin interface- AbstractPortableFeature
 
- 
setLimitpublic void setLimit(int lim) Set a limit on how much content can be logged- Parameters:
- lim-
 
- 
getLimitpublic int getLimit()Retrieve the value set withsetLimit(int).
- 
isPrettyLoggingpublic boolean isPrettyLogging()
- 
setPrettyLoggingpublic void setPrettyLogging(boolean prettyLogging) Turn pretty logging of XML content on/off- Parameters:
- prettyLogging-
 
 
-