Liferay 6.2.0-ce-m3

com.liferay.portal.kernel.jsonwebservice
Interface JSONWebServiceConfigurator

All Known Implementing Classes:
BaseJSONWebServiceConfigurator, JSONWebServiceConfiguratorImpl

public interface JSONWebServiceConfigurator


Method Summary
 void clean()
           
 void configure()
           
 int getRegisteredActionsCount()
           
 void init(javax.servlet.ServletContext servletContext, ClassLoader classLoader)
           
 void registerClass(String className, InputStream inputStream)
           
 

Method Detail

clean

void clean()

configure

void configure()
               throws PortalException,
                      SystemException
Throws:
PortalException
SystemException

getRegisteredActionsCount

int getRegisteredActionsCount()

init

void init(javax.servlet.ServletContext servletContext,
          ClassLoader classLoader)

registerClass

void registerClass(String className,
                   InputStream inputStream)
                   throws Exception
Throws:
Exception

Liferay 6.2.0-ce-m3