Uses of Interface
org.apache.cxf.service.factory.FactoryBeanListener
-
Packages that use FactoryBeanListener Package Description org.apache.cxf.ext.logging org.apache.cxf.service.factory org.apache.cxf.ws.policy -
-
Uses of FactoryBeanListener in org.apache.cxf.ext.logging
Classes in org.apache.cxf.ext.logging that implement FactoryBeanListener Modifier and Type Class Description classLoggingFactoryBeanListenerAdd LoggingFeature if Logging annotation is present on classclassOldLoggingFactoryBeanListenerDeprecated. -
Uses of FactoryBeanListener in org.apache.cxf.service.factory
Classes in org.apache.cxf.service.factory that implement FactoryBeanListener Modifier and Type Class Description classAnnotationsFactoryBeanListenerclassOldLoggingFactoryBeanListenerMethods in org.apache.cxf.service.factory that return types with arguments of type FactoryBeanListener Modifier and Type Method Description List<FactoryBeanListener>FactoryBeanListenerManager. getListeners()Methods in org.apache.cxf.service.factory with parameters of type FactoryBeanListener Modifier and Type Method Description voidFactoryBeanListenerManager. addListener(FactoryBeanListener l)voidFactoryBeanListenerManager. removeListener(FactoryBeanListener l) -
Uses of FactoryBeanListener in org.apache.cxf.ws.policy
Classes in org.apache.cxf.ws.policy that implement FactoryBeanListener Modifier and Type Class Description classPolicyAnnotationListener
-