Package org.apache.cxf.feature
Class LoggingFeature
java.lang.Object
jakarta.xml.ws.WebServiceFeature
org.apache.cxf.feature.AbstractFeature
org.apache.cxf.feature.DelegatingFeature<LoggingFeature.Portable>
org.apache.cxf.feature.LoggingFeature
- All Implemented Interfaces:
AbstractPortableFeature
,Feature
Deprecated.
use the logging module rt/features/logging instead
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.
<![CDATA[ <jaxws:endpoint ...> <jaxws:features></jaxws:features> </jaxws:endpoint> ]]>
-
Nested Class Summary
-
Field Summary
Fields inherited from class org.apache.cxf.feature.DelegatingFeature
delegate
Fields inherited from class jakarta.xml.ws.WebServiceFeature
enabled
-
Constructor Summary
ConstructorDescriptionDeprecated.LoggingFeature
(int lim) Deprecated.LoggingFeature
(String in, String out) Deprecated.LoggingFeature
(String in, String out, int lim) Deprecated.LoggingFeature
(String in, String out, int lim, boolean p) Deprecated.LoggingFeature
(String in, String out, int lim, boolean p, boolean showBinary) Deprecated.LoggingFeature
(Logging annotation) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionint
getLimit()
Deprecated.boolean
Deprecated.void
setLimit
(int lim) Deprecated.void
setPrettyLogging
(boolean prettyLogging) Deprecated.Methods inherited from class org.apache.cxf.feature.DelegatingFeature
getDelegate, initialize, initialize, initialize, initialize, initializeProvider, setDelegate
Methods inherited from class org.apache.cxf.feature.AbstractFeature
doInitializeProvider, getActive, getID, isEnabled
-
Constructor Details
-
LoggingFeature
public LoggingFeature()Deprecated. -
LoggingFeature
public LoggingFeature(int lim) Deprecated. -
LoggingFeature
Deprecated. -
LoggingFeature
Deprecated. -
LoggingFeature
Deprecated. -
LoggingFeature
Deprecated. -
LoggingFeature
Deprecated.
-
-
Method Details
-
setLimit
public void setLimit(int lim) Deprecated. -
getLimit
public int getLimit()Deprecated. -
isPrettyLogging
public boolean isPrettyLogging()Deprecated. -
setPrettyLogging
public void setPrettyLogging(boolean prettyLogging) Deprecated.
-