Liferay 6.1.2-ce-ga3

com.liferay.portal.kernel.jsonwebservice
Interface JSONWebServiceActionMapping


public interface JSONWebServiceActionMapping


Method Summary
 Class<?> getActionClass()
           
 Method getActionMethod()
           
 String getContextPath()
           
 String getMethod()
           
 MethodParameter[] getMethodParameters()
           
 String getPath()
           
 String getSignature()
           
 

Method Detail

getActionClass

Class<?> getActionClass()

getActionMethod

Method getActionMethod()

getContextPath

String getContextPath()

getMethod

String getMethod()

getMethodParameters

MethodParameter[] getMethodParameters()

getPath

String getPath()

getSignature

String getSignature()

Liferay 6.1.2-ce-ga3