org.apache.cxf.feature
Class LoggingFeature
java.lang.Object
org.apache.cxf.feature.AbstractFeature
org.apache.cxf.feature.LoggingFeature
public class LoggingFeature
- extends AbstractFeature
This class is used to control message-on-the-wire logging.
By attaching this feature to an endpoint, you
can specify logging. If this feature is present, an endpoint will log input
and output of ordinary and log messages.
]]>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LoggingFeature
public LoggingFeature()
initializeProvider
protected void initializeProvider(InterceptorProvider provider,
Bus bus)
- Overrides:
initializeProvider in class AbstractFeature
setLimit
public void setLimit(int lim)
- This function has no effect at this time.
- Parameters:
lim -
getLimit
public int getLimit()
- Retrieve the value set with
setLimit(int).
- Returns:
Apache CXF