Package com.zone.weixin4j.service
Interface WeiXin4jContextAware
-
- All Known Implementing Classes:
WeiXin4jContextAwareImpl
public interface WeiXin4jContextAware
Created by Yz on 2017/3/15. WeiXin4j上下文
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Map<String,AesToken>
getAesTokenMap()
List<AesToken>
getAesTokens()
org.springframework.context.ApplicationContext
getApplicationContext()
WeixinMessageMatcher
getWeixinMessageMatcher()
boolean
isOpenAlwaysResponse()
boolean
isUseDebugMessageHandler()
void
setAesTokenMap(Map<String,AesToken> aesTokenMap)
void
setWeixinMessageMatcher(WeixinMessageMatcher weixinMessageMatcher)
-
-
-
Method Detail
-
isOpenAlwaysResponse
boolean isOpenAlwaysResponse()
-
isUseDebugMessageHandler
boolean isUseDebugMessageHandler()
-
getApplicationContext
org.springframework.context.ApplicationContext getApplicationContext()
-
getWeixinMessageMatcher
WeixinMessageMatcher getWeixinMessageMatcher()
-
setWeixinMessageMatcher
void setWeixinMessageMatcher(WeixinMessageMatcher weixinMessageMatcher)
-
-