Uses of Class
com.aquima.web.config.properties.SoapServiceCallsProperties
Packages that use SoapServiceCallsProperties
-
Uses of SoapServiceCallsProperties in com.aquima.web.config
Constructors in com.aquima.web.config with parameters of type SoapServiceCallsPropertiesModifierConstructorDescriptionAquimaEngineConfiguration
(com.aquima.interactions.process.dao.IProcessCaseDao processCaseDao, SoapServiceCallsProperties soapServiceCallsProperties, DocumentProperties documentProperties, org.springframework.core.env.Environment environment, Optional<com.aquima.interactions.trace.dao.ITimelineCreator> timelineCreator) -
Uses of SoapServiceCallsProperties in com.aquima.web.config.annotation.factory
Constructors in com.aquima.web.config.annotation.factory with parameters of type SoapServiceCallsPropertiesModifierConstructorDescriptionAnnotatedFactoryManager
(org.springframework.context.ApplicationContext ctx, SoapServiceCallsProperties soapServiceCallsProperties) Constructs a factory manager by scanning the Spring context for annotated beans.AnnotatedFactoryManager
(org.springframework.context.ApplicationContext ctx, SoapServiceCallsProperties soapServiceCallsProperties, String projectName) Constructs a factory manager by scanning the Spring context for annotated beans.AnnotatedFactoryManager
(org.springframework.context.ApplicationContext ctx, SoapServiceCallsProperties soapServiceCallsProperties, String projectName, boolean timeTrackerEnabled) Constructs a factory manager by scanning the Spring context for annotated beans.protected
AnnotatedSoapMessageHandlerFactory
(org.springframework.context.ApplicationContext ctx, SoapServiceCallsProperties soapServiceCallsProperties, String projectName) Constructs a soap handler factory by scanning the Spring context for beans with an @AquimaSoapMessageHandler annotation.