Class VoiceMessageHandler
- java.lang.Object
-
- com.foxinmy.weixin4j.handler.MessageHandlerAdapter<com.foxinmy.weixin4j.message.VoiceMessage>
-
- com.foxinmy.weixin4j.example.server.handler.VoiceMessageHandler
-
- All Implemented Interfaces:
com.foxinmy.weixin4j.handler.WeixinMessageHandler
@Component public class VoiceMessageHandler extends com.foxinmy.weixin4j.handler.MessageHandlerAdapter<com.foxinmy.weixin4j.message.VoiceMessage>
只处理语音消息- Since:
- JDK 1.6
- Author:
- jinyu(foxinmy@gmail.com)
-
-
Constructor Summary
Constructors Constructor Description VoiceMessageHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.foxinmy.weixin4j.response.WeixinResponse
doHandle0(com.foxinmy.weixin4j.message.VoiceMessage message)
-