648540858
2021-11-17 cb213f4417def6ea7b3cc07d8b4a3534c3e971c2
1
2
3
4
5
6
7
8
package com.genersoft.iot.vmp.gb28181.transmit.event.response;
 
import org.springframework.beans.factory.InitializingBean;
 
public abstract class SIPResponseProcessorAbstract implements InitializingBean, ISIPResponseProcessor {
 
 
}