@Deprecated public abstract class AbstractRemoteInvoker extends AbstractInvoker
| Modifier and Type | Field and Description |
|---|---|
protected String |
domain
Deprecated.
|
protected String |
tokenManagerKey
Deprecated.
|
| Constructor and Description |
|---|
AbstractRemoteInvoker(String domain,
String tokenManagerKey)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
protected String |
getEncodingCharset()
Deprecated.
|
protected org.aopalliance.intercept.MethodInvocation |
getInvocation(Unit unit,
Object[] args,
Object instance)
Deprecated.
|
static org.coodex.concrete.common.JSONSerializer |
getJSONSerializer()
Deprecated.
|
protected abstract Object |
invoke(String url,
Unit unit,
Object toSubmit)
Deprecated.
|
protected Object |
processResult(int code,
String body,
Unit unit,
boolean errorOccurred,
String url)
Deprecated.
|
protected String |
toStr(Object o)
Deprecated.
|
invokeprotected final String domain
protected final String tokenManagerKey
public static org.coodex.concrete.common.JSONSerializer getJSONSerializer()
protected String getEncodingCharset()
protected org.aopalliance.intercept.MethodInvocation getInvocation(Unit unit, Object[] args, Object instance)
getInvocation in class AbstractInvokerprotected abstract Object invoke(String url, Unit unit, Object toSubmit) throws Throwable
ThrowableCopyright © 2018. All rights reserved.