com.liferay.portal.jsonwebservice
Class JSONWebServiceRegistrator
java.lang.Object
com.liferay.portal.jsonwebservice.JSONWebServiceRegistrator
public class JSONWebServiceRegistrator
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JSONWebServiceRegistrator
public JSONWebServiceRegistrator()
JSONWebServiceRegistrator
public JSONWebServiceRegistrator(JSONWebServiceNaming jsonWebServiceNaming)
processAllBeans
public void processAllBeans(String contextPath,
BeanLocator beanLocator)
processBean
public void processBean(String contextPath,
BeanLocator beanLocator,
String beanName)
processBean
public void processBean(String contextPath,
Object bean)
setWireViaUtil
public void setWireViaUtil(boolean wireViaUtil)
getTargetClass
protected Class<?> getTargetClass(Object service)
throws Exception
- Throws:
Exception
loadUtilClass
protected Class<?> loadUtilClass(Class<?> implementationClass)
throws ClassNotFoundException
- Throws:
ClassNotFoundException
onJSONWebServiceBean
protected void onJSONWebServiceBean(String contextPath,
Object serviceBean,
JSONWebService jsonWebService)
throws Exception
- Throws:
Exception
registerJSONWebServiceAction
protected void registerJSONWebServiceAction(String contextPath,
Object serviceBean,
Class<?> serviceBeanClass,
Method method)
throws Exception
- Throws:
Exception