public class JaxRSInvoker extends AbstractSyncInvoker
| Modifier and Type | Method and Description |
|---|---|
org.coodex.concrete.common.ServiceContext |
buildContext(Class concreteClass,
Method method) |
static javax.ws.rs.client.Invocation.Builder |
buildHeaders(javax.ws.rs.client.Invocation.Builder builder,
StringBuilder str,
org.coodex.concrete.common.Subjoin subjoin,
String tokenId) |
protected Object |
execute(Class clz,
Method method,
Object[] args) |
protected String |
getEncodingCharset() |
static Object |
getSubmitObject(Unit unit,
Object[] args) |
static Object |
processResult(int code,
String body,
Unit unit,
boolean errorOccurred,
String url) |
protected String |
toStr(Object o) |
invokegetDestinationprotected String getEncodingCharset()
protected Object execute(Class clz, Method method, Object[] args) throws Throwable
execute in class AbstractSyncInvokerThrowablepublic static javax.ws.rs.client.Invocation.Builder buildHeaders(javax.ws.rs.client.Invocation.Builder builder,
StringBuilder str,
org.coodex.concrete.common.Subjoin subjoin,
String tokenId)
public static Object processResult(int code, String body, Unit unit, boolean errorOccurred, String url)
public org.coodex.concrete.common.ServiceContext buildContext(Class concreteClass, Method method)
buildContext in class AbstractInvokerCopyright © 2018. All rights reserved.