|
Apache CXF API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.cxf.feature.AbstractFeature
org.apache.cxf.feature.LoggingFeature
public class LoggingFeature
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.
]]>
| Constructor Summary | |
|---|---|
LoggingFeature()
|
|
| Method Summary | |
|---|---|
int |
getLimit()
Retrieve the value set with setLimit(int). |
protected void |
initializeProvider(InterceptorProvider provider,
Bus bus)
|
void |
setLimit(int lim)
This function has no effect at this time. |
| Methods inherited from class org.apache.cxf.feature.AbstractFeature |
|---|
getActive, initialize, initialize, initialize, initialize |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public LoggingFeature()
| Method Detail |
|---|
protected void initializeProvider(InterceptorProvider provider,
Bus bus)
initializeProvider in class AbstractFeaturepublic void setLimit(int lim)
lim - public int getLimit()
setLimit(int).
|
Apache CXF API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||