Package com.foxinmy.weixin4j.server.test
Class MessageRequestTest
- java.lang.Object
-
- com.foxinmy.weixin4j.server.test.MessagePush
-
- com.foxinmy.weixin4j.server.test.MessageRequestTest
-
public class MessageRequestTest extends MessagePush
接受一般消息格式测试- Since:
- JDK 1.6
- Author:
- jinyu(foxinmy@gmail.com)
-
-
Constructor Summary
Constructors Constructor Description MessageRequestTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
image()
void
link()
void
location()
void
re_voice()
void
text()
common messagevoid
video()
void
voice()
-
Methods inherited from class com.foxinmy.weixin4j.server.test.MessagePush
get, push, push
-
-
-
-
Method Detail
-
text
public void text() throws IOException
common message- Throws:
IOException
-
image
public void image() throws IOException
- Throws:
IOException
-
voice
public void voice() throws IOException
- Throws:
IOException
-
re_voice
public void re_voice() throws IOException
- Throws:
IOException
-
video
public void video() throws IOException
- Throws:
IOException
-
location
public void location() throws IOException
- Throws:
IOException
-
link
public void link() throws IOException
- Throws:
IOException
-
-