Liferay 6.2-ce-ga5

com.liferay.portal.kernel.jsonwebservice
Interface JSONWebServiceActionMapping

All Known Implementing Classes:
JSONWebServiceActionConfig

public interface JSONWebServiceActionMapping


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

Method Detail

getActionClass

Class<?> getActionClass()

getActionMethod

Method getActionMethod()

getActionObject

Object getActionObject()

getContextPath

String getContextPath()

getMethod

String getMethod()

getMethodParameters

MethodParameter[] getMethodParameters()

getPath

String getPath()

getSignature

String getSignature()

Liferay 6.2-ce-ga5