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.jboss.wsf.stack.cxf.extensions.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.jboss.wsf.stack.cxf.extensions.policy
Classes in org.jboss.wsf.stack.cxf.extensions.policy that implement FactoryBeanListener Modifier and Type Class Description classPolicySetsAnnotationListenerA FactoryBeanListener that adds policies according to a given map of EndpointPolicyAttachment
-