public static class LoggingFeature.Portable extends Object implements AbstractPortableFeature
Constructor and Description |
---|
Portable() |
Portable(int lim) |
Portable(Logging annotation) |
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) |
Modifier and Type | Method and Description |
---|---|
void |
doInitializeProvider(InterceptorProvider provider,
Bus bus) |
int |
getLimit()
Retrieve the value set with
setLimit(int) . |
boolean |
isPrettyLogging() |
void |
setLimit(int lim)
Set a limit on how much content can be logged
|
void |
setPrettyLogging(boolean prettyLogging)
Turn pretty logging of XML content on/off
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getActive, initialize, initialize, initialize, initialize
public Portable()
public Portable(int lim)
public Portable(Logging annotation)
public void doInitializeProvider(InterceptorProvider provider, Bus bus)
doInitializeProvider
in interface AbstractPortableFeature
public void setLimit(int lim)
lim
- public int getLimit()
setLimit(int)
.public boolean isPrettyLogging()
public void setPrettyLogging(boolean prettyLogging)
prettyLogging
- Apache CXF