Liferay 6.1.10-ee-ga1

com.liferay.portal.poller
Interface PollerRequestHandler

All Known Implementing Classes:
PollerRequestHandlerImpl

public interface PollerRequestHandler


Method Summary
 PollerHeader getPollerHeader(String pollerRequestString)
           
 JSONObject processRequest(String path, String pollerRequestString)
           
 

Method Detail

getPollerHeader

PollerHeader getPollerHeader(String pollerRequestString)

processRequest

JSONObject processRequest(String path,
                          String pollerRequestString)
                          throws Exception
Throws:
Exception

Liferay 6.1.10-ee-ga1