public class MethodConfig extends AbstractMethodConfig
| Constructor and Description |
|---|
MethodConfig() |
MethodConfig(Method method)
Deprecated.
|
MethodConfig(ModuleModel moduleModel) |
getActives, getCache, getForks, getLoadbalance, getMerger, getMock, getParameters, getRetries, getScopeModel, getSent, getTimeout, getValidation, isAsync, setActives, setAsync, setCache, setForks, setLoadbalance, setMerger, setMock, setMock, setParameters, setRetries, setSent, setTimeout, setValidationappendAttributes, appendAttributes, appendParameters, appendParameters, equals, getApplicationModel, getConfigMode, getId, getMetaData, getMetaData, getPluralTagName, getTagName, getTypePrefix, hashCode, isDefault, isNeedRefresh, isRefreshed, isValid, overrideWithConfig, refresh, setDefault, setId, setNeedRefresh, setScopeModel, toStringpublic MethodConfig()
public MethodConfig(ModuleModel moduleModel)
@Deprecated public MethodConfig(Method method)
@Deprecated public static List<MethodConfig> constructMethodConfig(Method[] methods)
methods - @Parameter(excluded=true, attribute=false) public List<String> getPrefixes()
getPrefixes in class AbstractConfigpublic AsyncMethodInfo convertMethodConfig2AsyncInfo()
@Parameter(excluded=true) public String getName()
public void setName(String name)
public Integer getStat()
@Deprecated public void setStat(Integer stat)
@Deprecated public Boolean isRetry()
@Deprecated public void setRetry(Boolean retry)
@Deprecated public Boolean isReliable()
@Deprecated public void setReliable(Boolean reliable)
public Integer getExecutes()
public void setExecutes(Integer executes)
public Boolean getDeprecated()
public void setDeprecated(Boolean deprecated)
public List<ArgumentConfig> getArguments()
public void setArguments(List<? extends ArgumentConfig> arguments)
public Boolean getSticky()
public void setSticky(Boolean sticky)
@Parameter(key="onreturn.instance", excluded=true, attribute=true) public Object getOnreturn()
public void setOnreturn(Object onreturn)
@Parameter(key="onreturn.method", excluded=true, attribute=true) public String getOnreturnMethod()
public void setOnreturnMethod(String onreturnMethod)
@Parameter(key="onthrow.instance", excluded=true, attribute=true) public Object getOnthrow()
public void setOnthrow(Object onthrow)
@Parameter(key="onthrow.method", excluded=true, attribute=true) public String getOnthrowMethod()
public void setOnthrowMethod(String onthrowMethod)
@Parameter(key="oninvoke.instance", excluded=true, attribute=true) public Object getOninvoke()
public void setOninvoke(Object oninvoke)
@Parameter(key="oninvoke.method", excluded=true, attribute=true) public String getOninvokeMethod()
public void setOninvokeMethod(String oninvokeMethod)
public Boolean isReturn()
public void setReturn(Boolean isReturn)
@Parameter(excluded=true, attribute=false) public String getService()
public void setService(String service)
@Parameter(excluded=true, attribute=false) public String getServiceId()
public void setServiceId(String serviceId)
public void setParentPrefix(String parentPrefix)
@Parameter(excluded=true, attribute=false) public String getParentPrefix()
public void addArgument(ArgumentConfig argumentConfig)
Copyright © 2011–2020 The Apache Software Foundation. All rights reserved.