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
 
 public static class LoggingFeature.Portable extends Object implements AbstractPortableFeature 
- 
- 
Constructor SummaryConstructors Constructor Description Portable()Portable(int lim)Portable(String in, String out)Portable(String in, String out, int lim)Portable(String in, String out, int lim, boolean p)Portable(String in, String out, int lim, boolean p, boolean showBinary)Portable(Logging annotation)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddoInitializeProvider(InterceptorProvider provider, Bus bus)intgetLimit()Retrieve the value set withsetLimit(int).booleanisPrettyLogging()voidsetLimit(int lim)Set a limit on how much content can be loggedvoidsetPrettyLogging(boolean prettyLogging)Turn pretty logging of XML content on/off- 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface org.apache.cxf.feature.AbstractPortableFeatureinitialize, initialize, initialize, initialize
 
- 
 
- 
- 
- 
Constructor Detail- 
Portablepublic Portable() 
 - 
Portablepublic Portable(int lim) 
 - 
Portablepublic Portable(Logging annotation) 
 
- 
 - 
Method Detail- 
doInitializeProviderpublic void doInitializeProvider(InterceptorProvider provider, Bus bus) - 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-
 
 
- 
 
-