Package org.apache.cxf.feature
Class LoggingFeature
- java.lang.Object
-
- javax.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 public class LoggingFeature extends DelegatingFeature<LoggingFeature.Portable>
Deprecated.use the logging module rt/features/logging insteadThis 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.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
LoggingFeature.Portable
Deprecated.
-
Field Summary
-
Fields inherited from class org.apache.cxf.feature.DelegatingFeature
delegate
-
-
Constructor Summary
Constructors Constructor Description LoggingFeature()
Deprecated.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
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description int
getLimit()
Deprecated.boolean
isPrettyLogging()
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 Detail
-
LoggingFeature
public LoggingFeature()
Deprecated.
-
LoggingFeature
public LoggingFeature(int lim)
Deprecated.
-
LoggingFeature
public LoggingFeature(String in, String out, int lim, boolean p, boolean showBinary)
Deprecated.
-
LoggingFeature
public LoggingFeature(Logging annotation)
Deprecated.
-
-