Liferay 7.0-ce-b4

com.liferay.portal.jsonwebservice
Class SpringJSONWebServiceScannerStrategy

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

public class SpringJSONWebServiceScannerStrategy
extends Object
implements JSONWebServiceScannerStrategy


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.liferay.portal.kernel.jsonwebservice.JSONWebServiceScannerStrategy
JSONWebServiceScannerStrategy.MethodDescriptor
 
Constructor Summary
SpringJSONWebServiceScannerStrategy()
           
 
Method Summary
protected  Class<?> getTargetClass(Object service)
           
protected  boolean isInterfaceMethod(Method method)
           
 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 JSONWebServiceScannerStrategy.MethodDescriptor[] scan(Object service)
Specified by:
scan in interface JSONWebServiceScannerStrategy

getTargetClass

protected Class<?> getTargetClass(Object service)
                           throws Exception
Throws:
Exception

isInterfaceMethod

protected boolean isInterfaceMethod(Method method)

Liferay 7.0-ce-b4