psdi.iface.webservices.action

Class MethodInfo

  • java.lang.Object
    • psdi.iface.webservices.action.MethodInfo


  • public final class MethodInfo
    extends java.lang.Object
    Holds Reflection/Annotation information about a Method
    • Constructor Detail

      • MethodInfo

        public MethodInfo(java.lang.reflect.Method method)
    • Method Detail

      • getMethod

        public java.lang.reflect.Method getMethod()
      • isVoidReturnType

        public boolean isVoidReturnType()
      • getParameters

        public ParamInfo[] getParameters()
      • getOperationName

        public java.lang.String getOperationName()
      • isAuthEnabled

        public boolean isAuthEnabled()
      • getAuthApp

        public java.lang.String getAuthApp()
      • getSigOption

        public java.lang.String getSigOption()
      • isHttpGET

        public boolean isHttpGET()
      • isExcludeWS

        public boolean isExcludeWS()
      • getReturnTypeInfo

        public ParamInfo getReturnTypeInfo()
      • setReturnTypeInfo

        public void setReturnTypeInfo(ParamInfo returnTypeInfo)
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • setRequiresRESTRequest

        public void setRequiresRESTRequest()
      • isRequiresRESTRequest

        public boolean isRequiresRESTRequest()
      • getTag

        public java.lang.String getTag()
      • setTag

        public void setTag(java.lang.String tag)
      • getDescription

        public java.lang.String getDescription()
      • setDescription

        public void setDescription(java.lang.String description)
      • setTagLocalized

        public void setTagLocalized(boolean localize)
      • isInternal

        public boolean isInternal()
      • setInternal

        public void setInternal(boolean internal)
      • setParamFacets

        public void setParamFacets(java.lang.String value)
      • getParamFacet

        public java.lang.String getParamFacet(java.lang.String paramName)