public interface JSONWebServiceActionMapping
Modifier and Type | Method and Description |
---|---|
java.lang.Class<?> |
getActionClass() |
java.lang.reflect.Method |
getActionMethod() |
java.lang.Object |
getActionObject() |
java.lang.String |
getContextName() |
java.lang.String |
getContextPath() |
java.lang.String |
getMethod() |
MethodParameter[] |
getMethodParameters() |
java.lang.String |
getPath() |
java.lang.reflect.Method |
getRealActionMethod() |
java.lang.String |
getSignature() |
boolean |
isDeprecated() |
java.lang.Class<?> getActionClass()
java.lang.reflect.Method getActionMethod()
java.lang.Object getActionObject()
java.lang.String getContextName()
java.lang.String getContextPath()
java.lang.String getMethod()
MethodParameter[] getMethodParameters()
java.lang.String getPath()
java.lang.reflect.Method getRealActionMethod()
java.lang.String getSignature()
boolean isDeprecated()