public abstract class AbstractRemoteInvoker extends AbstractInvoker
| 限定符和类型 | 字段和说明 |
|---|---|
protected String |
domain |
protected String |
tokenManagerKey |
| 构造器和说明 |
|---|
AbstractRemoteInvoker(String domain,
String tokenManagerKey) |
| 限定符和类型 | 方法和说明 |
|---|---|
protected String |
getEncodingCharset() |
protected org.aopalliance.intercept.MethodInvocation |
getInvocation(Unit unit,
Object[] args,
Object instance) |
static org.coodex.concrete.common.JSONSerializer |
getJSONSerializer() |
protected abstract Object |
invoke(String url,
Unit unit,
Object toSubmit) |
protected Object |
processResult(int code,
String body,
Unit unit,
boolean errorOccurred,
String url) |
protected String |
toStr(Object o) |
invokepublic static org.coodex.concrete.common.JSONSerializer getJSONSerializer()
protected String getEncodingCharset()
protected org.aopalliance.intercept.MethodInvocation getInvocation(Unit unit, Object[] args, Object instance)
getInvocation 在类中 AbstractInvokerprotected abstract Object invoke(String url, Unit unit, Object toSubmit) throws Throwable
ThrowableCopyright © 2018. All rights reserved.