Package org.apache.cxf.ext.logging
Class LoggingFactoryBeanListener
- java.lang.Object
-
- org.apache.cxf.ext.logging.LoggingFactoryBeanListener
-
- All Implemented Interfaces:
org.apache.cxf.service.factory.FactoryBeanListener
public class LoggingFactoryBeanListener extends Object implements org.apache.cxf.service.factory.FactoryBeanListener
Add LoggingFeature if Logging annotation is present on class
-
-
Constructor Summary
Constructors Constructor Description LoggingFactoryBeanListener()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidhandleEvent(org.apache.cxf.service.factory.FactoryBeanListener.Event ev, org.apache.cxf.service.factory.AbstractServiceFactoryBean factory, Object... args)
-
-
-
Method Detail
-
handleEvent
public void handleEvent(org.apache.cxf.service.factory.FactoryBeanListener.Event ev, org.apache.cxf.service.factory.AbstractServiceFactoryBean factory, Object... args)- Specified by:
handleEventin interfaceorg.apache.cxf.service.factory.FactoryBeanListener
-
-