Uses of Class
org.apache.cxf.service.factory.FactoryBeanListener.Event
-
Packages that use FactoryBeanListener.Event Package Description org.apache.cxf.ext.logging org.apache.cxf.service.factory org.apache.cxf.ws.policy -
-
Uses of FactoryBeanListener.Event in org.apache.cxf.ext.logging
Methods in org.apache.cxf.ext.logging with parameters of type FactoryBeanListener.Event Modifier and Type Method Description voidLoggingFactoryBeanListener. handleEvent(FactoryBeanListener.Event ev, AbstractServiceFactoryBean factory, Object... args)voidOldLoggingFactoryBeanListener. handleEvent(FactoryBeanListener.Event ev, AbstractServiceFactoryBean factory, Object... args)Deprecated. -
Uses of FactoryBeanListener.Event in org.apache.cxf.service.factory
Methods in org.apache.cxf.service.factory that return FactoryBeanListener.Event Modifier and Type Method Description static FactoryBeanListener.EventFactoryBeanListener.Event. valueOf(String name)Returns the enum constant of this type with the specified name.static FactoryBeanListener.Event[]FactoryBeanListener.Event. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.cxf.service.factory with parameters of type FactoryBeanListener.Event Modifier and Type Method Description voidAnnotationsFactoryBeanListener. handleEvent(FactoryBeanListener.Event ev, AbstractServiceFactoryBean factory, Object... args)voidFactoryBeanListener. handleEvent(FactoryBeanListener.Event ev, AbstractServiceFactoryBean factory, Object... args)voidOldLoggingFactoryBeanListener. handleEvent(FactoryBeanListener.Event ev, AbstractServiceFactoryBean factory, Object... args)voidAbstractServiceFactoryBean. sendEvent(FactoryBeanListener.Event ev, Object... args) -
Uses of FactoryBeanListener.Event in org.apache.cxf.ws.policy
Methods in org.apache.cxf.ws.policy with parameters of type FactoryBeanListener.Event Modifier and Type Method Description voidPolicyAnnotationListener. handleEvent(FactoryBeanListener.Event ev, AbstractServiceFactoryBean factory, Object... args)
-