Liferay 6.2.0

com.liferay.portal.kernel.jsonwebservice
Interface JSONWebServiceActionMapping

All Known Implementing Classes:
JSONWebServiceActionConfig

public interface JSONWebServiceActionMapping


Method Summary
abstract  Class<?> getActionClass()
           
abstract  Method getActionMethod()
           
abstract  Object getActionObject()
           
abstract  String getContextPath()
           
abstract  String getMethod()
           
abstract  MethodParameter[] getMethodParameters()
           
abstract  String getPath()
           
abstract  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.0