Package com.foxinmy.weixin4j.server.test
Class MessageServerStartup
- java.lang.Object
-
- com.foxinmy.weixin4j.server.test.MessageServerStartup
-
public class MessageServerStartup extends Object
服务启动测试类- Since:
- JDK 1.6
- Author:
- jinyu(foxinmy@gmail.com)
-
-
Constructor Summary
Constructors Constructor Description MessageServerStartup()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static void
main(String[] args)
main方法入口void
test1()
调试输出用户发来的消息void
test2()
针对特定消息类型void
test3()
多种消息类型处理void
test4()
扫描包添加handlervoid
test5()
拦截器应用
-