Class SipSoapAutoConfiguration
java.lang.Object
de.ikor.sip.foundation.soap.autoconfigure.SipSoapAutoConfiguration
@Configuration
@ComponentScan("de.ikor.sip.foundation.soap")
@ConditionalOnProperty(value="sip.core.declarativestructure.enabled",
havingValue="true")
@PropertySource(value="classpath:sip-soap-default-config.yaml",
factory=YamlPropertSourceFactory.class)
public class SipSoapAutoConfiguration
extends Object
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
SipSoapAutoConfiguration
public SipSoapAutoConfiguration()
-