Class SipProxyClientAutoConfig

java.lang.Object
io.github.lunasaw.gbproxy.client.config.SipProxyClientAutoConfig
All Implemented Interfaces:
org.springframework.beans.factory.Aware, org.springframework.beans.factory.InitializingBean, org.springframework.context.ApplicationContextAware

@Component @ComponentScan(basePackages="io.github.lunasaw.gbproxy.client") public class SipProxyClientAutoConfig extends Object implements org.springframework.beans.factory.InitializingBean, org.springframework.context.ApplicationContextAware
SIP代理客户端自动配置类 使用 @DependsOn 确保在所有默认处理器创建完成后再进行处理器注册
Author:
luna
  • Constructor Details

    • SipProxyClientAutoConfig

      public SipProxyClientAutoConfig()
  • Method Details

    • afterPropertiesSet

      public void afterPropertiesSet()
      Specified by:
      afterPropertiesSet in interface org.springframework.beans.factory.InitializingBean
    • setApplicationContext

      public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext) throws org.springframework.beans.BeansException
      Specified by:
      setApplicationContext in interface org.springframework.context.ApplicationContextAware
      Throws:
      org.springframework.beans.BeansException