Uses of Class
org.apache.cxf.wsdl.service.factory.AbstractServiceConfiguration
-
Packages that use AbstractServiceConfiguration Package Description org.apache.cxf.wsdl.service.factory -
-
Uses of AbstractServiceConfiguration in org.apache.cxf.wsdl.service.factory
Subclasses of AbstractServiceConfiguration in org.apache.cxf.wsdl.service.factory Modifier and Type Class Description classDefaultServiceConfigurationclassMethodNameSoapActionServiceConfigurationProvide a SOAPAction header for the benefit of dusty toolkits which still require them (e.g.classWSDLBasedServiceConfigurationAn AbstractServiceConfiguration that gets the style from the BindingInfo obtained parsing the WSDL.Methods in org.apache.cxf.wsdl.service.factory that return types with arguments of type AbstractServiceConfiguration Modifier and Type Method Description List<AbstractServiceConfiguration>ReflectionServiceFactoryBean. getConfigurations()List<AbstractServiceConfiguration>ReflectionServiceFactoryBean. getServiceConfigurations()Method parameters in org.apache.cxf.wsdl.service.factory with type arguments of type AbstractServiceConfiguration Modifier and Type Method Description voidReflectionServiceFactoryBean. setConfigurations(List<AbstractServiceConfiguration> configurations)voidReflectionServiceFactoryBean. setServiceConfigurations(List<AbstractServiceConfiguration> serviceConfigurations)
-