Liferay 7.0-ga1 portal-impl

com.liferay.portal.jsonwebservice
Class SpringJSONWebServiceScannerStrategy

java.lang.Object
  extended by com.liferay.portal.jsonwebservice.SpringJSONWebServiceScannerStrategy
All Implemented Interfaces:
com.liferay.portal.kernel.jsonwebservice.JSONWebServiceScannerStrategy

public class SpringJSONWebServiceScannerStrategy
extends Object
implements com.liferay.portal.kernel.jsonwebservice.JSONWebServiceScannerStrategy


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.liferay.portal.kernel.jsonwebservice.JSONWebServiceScannerStrategy
com.liferay.portal.kernel.jsonwebservice.JSONWebServiceScannerStrategy.MethodDescriptor
 
Constructor Summary
SpringJSONWebServiceScannerStrategy()
           
 
Method Summary
protected  Class<?> getTargetClass(Object service)
           
protected  boolean isInterfaceMethod(Method method)
           
 com.liferay.portal.kernel.jsonwebservice.JSONWebServiceScannerStrategy.MethodDescriptor[] scan(Object service)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SpringJSONWebServiceScannerStrategy

public SpringJSONWebServiceScannerStrategy()
Method Detail

scan

public com.liferay.portal.kernel.jsonwebservice.JSONWebServiceScannerStrategy.MethodDescriptor[] scan(Object service)
Specified by:
scan in interface com.liferay.portal.kernel.jsonwebservice.JSONWebServiceScannerStrategy

getTargetClass

protected Class<?> getTargetClass(Object service)
                           throws Exception
Throws:
Exception
See Also:
com.liferay.portal.remote.json.web.service.extender.internal.ServiceJSONWebServiceScannerStrategy#getTargetClass( Object)

isInterfaceMethod

protected boolean isInterfaceMethod(Method method)

Liferay 7.0-ga1 portal-impl