648540858
2024-01-05 f3acf33fbf8b9db0ca6231f4648f0761340cbb1e
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 {
 
 
}