Liferay 6.1.0

com.liferay.portal.kernel.jsonwebservice
Interface JSONWebServiceActionMapping


public interface JSONWebServiceActionMapping


Method Summary
 Class<?> getActionClass()
           
 Method getActionMethod()
           
 String getMethod()
           
 String[] getParameterNames()
           
 Class<?>[] getParameterTypes()
           
 String getPath()
           
 String getSignature()
           
 

Method Detail

getActionClass

Class<?> getActionClass()

getActionMethod

Method getActionMethod()

getMethod

String getMethod()

getParameterNames

String[] getParameterNames()

getParameterTypes

Class<?>[] getParameterTypes()

getPath

String getPath()

getSignature

String getSignature()

Liferay 6.1.0