Apache CXF API

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

Packages that use AbstractServiceConfiguration
org.apache.cxf.service.factory   
 

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.
 class WSDLBasedServiceConfiguration
          An AbstractServiceConfiguration that gets the style from the BindingInfo obtained parsing the WSDL.
 

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

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


Apache CXF API

Apache CXF