public abstract class AbstractWeChatPayProcessor<T>
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected Logger |
logger |
| Constructor and Description |
|---|
AbstractWeChatPayProcessor(WeChatPayConfiguration config) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
addParameter(java.lang.String name,
java.lang.String value)
Add a parameter, will be ignored if the name or value is empty
|
protected void |
debug(java.lang.String msg)
Add a parameter, will be ignored if the name or value is empty
|
WeChatPayConfiguration |
getConfig() |
WeChatPayParameters |
getParams() |
abstract T |
process()
Process this operation
|
public AbstractWeChatPayProcessor(WeChatPayConfiguration config)
protected void debug(java.lang.String msg)
msg - message to be loggedpublic abstract T process()
protected void addParameter(java.lang.String name,
java.lang.String value)
name - Parameter namevalue - Parameter valuepublic WeChatPayParameters getParams()
public WeChatPayConfiguration getConfig()
Copyright © 2018 SAP SE. All Rights Reserved.