Package com.foxinmy.weixin4j.server.test
Class EventMessageRequestTest
- java.lang.Object
-
- com.foxinmy.weixin4j.server.test.MessagePush
-
- com.foxinmy.weixin4j.server.test.EventMessageRequestTest
-
public class EventMessageRequestTest extends MessagePush
接收事件消息格式测试- Since:
- JDK 1.6
- Author:
- jinyu(foxinmy@gmail.com)
-
-
Constructor Summary
Constructors Constructor Description EventMessageRequestTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
location()
void
menu_click()
void
menu_link()
void
menu_location()
void
menu_photo()
void
menu_scan()
void
scan()
void
scan_scribe()
void
scribe()
event message-
Methods inherited from class com.foxinmy.weixin4j.server.test.MessagePush
get, push, push
-
-
-
-
Method Detail
-
scribe
public void scribe() throws IOException
event message- Throws:
IOException
-
scan
public void scan() throws IOException
- Throws:
IOException
-
scan_scribe
public void scan_scribe() throws IOException
- Throws:
IOException
-
location
public void location() throws IOException
- Throws:
IOException
-
menu_click
public void menu_click() throws IOException
- Throws:
IOException
-
menu_link
public void menu_link() throws IOException
- Throws:
IOException
-
menu_scan
public void menu_scan() throws IOException
- Throws:
IOException
-
menu_photo
public void menu_photo() throws IOException
- Throws:
IOException
-
menu_location
public void menu_location() throws IOException
- Throws:
IOException
-
-