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

Packages that use AbstractServiceConfiguration
org.apache.cxf.aegis.databinding   
org.apache.cxf.jaxws.support   
org.apache.cxf.service.factory   
 

Uses of AbstractServiceConfiguration in org.apache.cxf.aegis.databinding
 

Subclasses of AbstractServiceConfiguration in org.apache.cxf.aegis.databinding
 class AegisServiceConfiguration
           
 

Uses of AbstractServiceConfiguration in org.apache.cxf.jaxws.support
 

Subclasses of AbstractServiceConfiguration in org.apache.cxf.jaxws.support
 class JaxWsServiceConfiguration
           
 class WebServiceProviderConfiguration
           
 

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

Subclasses of AbstractServiceConfiguration in org.apache.cxf.service.factory
 class DefaultServiceConfiguration
           
 class MethodNameSoapActionServiceConfiguration
          Provide a SOAPAction header for the benefit of dusty toolkits which still require them (e.g.
 

Methods in org.apache.cxf.service.factory that return types with arguments of type AbstractServiceConfiguration
 java.util.List<AbstractServiceConfiguration> ReflectionServiceFactoryBean.getConfigurations()
           
 java.util.List<AbstractServiceConfiguration> ReflectionServiceFactoryBean.getServiceConfigurations()
           
 

Method parameters in org.apache.cxf.service.factory with type arguments of type AbstractServiceConfiguration
 void ReflectionServiceFactoryBean.setConfigurations(java.util.List<AbstractServiceConfiguration> configurations)
           
 void ReflectionServiceFactoryBean.setServiceConfigurations(java.util.List<AbstractServiceConfiguration> serviceConfigurations)
           
 



Apache CXF