com.liferay.portal.kernel.jsonwebservice
Interface JSONWebServiceActionMapping


public interface JSONWebServiceActionMapping

Author:
Igor Spasic

Method Summary
 java.lang.Class<?> getActionClass()
           
 java.lang.reflect.Method getActionMethod()
           
 java.lang.Object getActionObject()
           
 java.lang.String getContextPath()
           
 java.lang.String getMethod()
           
 MethodParameter[] getMethodParameters()
           
 java.lang.String getPath()
           
 java.lang.String getSignature()
           
 

Method Detail

getActionClass

java.lang.Class<?> getActionClass()

getActionMethod

java.lang.reflect.Method getActionMethod()

getActionObject

java.lang.Object getActionObject()

getContextPath

java.lang.String getContextPath()

getMethod

java.lang.String getMethod()

getMethodParameters

MethodParameter[] getMethodParameters()

getPath

java.lang.String getPath()

getSignature

java.lang.String getSignature()