Uses of Class
org.apache.cxf.service.factory.AbstractServiceFactoryBean

Packages that use AbstractServiceFactoryBean
org.apache.cxf.service.factory   
org.apache.cxf.wsdl11   
 

Uses of AbstractServiceFactoryBean in org.apache.cxf.service.factory
 

Subclasses of AbstractServiceFactoryBean in org.apache.cxf.service.factory
 class ReflectionServiceFactoryBean
          Introspects a class and builds a Service from it.
 

Methods in org.apache.cxf.service.factory with parameters of type AbstractServiceFactoryBean
 void AnnotationsFactoryBeanListener.handleEvent(FactoryBeanListener.Event ev, AbstractServiceFactoryBean factory, Object... args)
          
 void FactoryBeanListener.handleEvent(FactoryBeanListener.Event ev, AbstractServiceFactoryBean factory, Object... args)
           
 

Uses of AbstractServiceFactoryBean in org.apache.cxf.wsdl11
 

Subclasses of AbstractServiceFactoryBean in org.apache.cxf.wsdl11
 class WSDLServiceFactory
           
 



Apache CXF