Uses of Interface
lumis.portal.serviceinterface.IServiceInterfaceResponseSPI
-
Packages that use IServiceInterfaceResponseSPI Package Description lumis.collaboration.chat lumis.lptf.portal.serviceinterface This package contains the mocks and the test base class useful to perform tests on service interfaces.lumis.portal.servicecontainer lumis.portal.serviceinterface -
-
Uses of IServiceInterfaceResponseSPI in lumis.collaboration.chat
Classes in lumis.collaboration.chat that implement IServiceInterfaceResponseSPI Modifier and Type Class Description class
ChatServiceInterfaceResponse
Chat service interface forChatControllerXml
. -
Uses of IServiceInterfaceResponseSPI in lumis.lptf.portal.serviceinterface
Subinterfaces of IServiceInterfaceResponseSPI in lumis.lptf.portal.serviceinterface Modifier and Type Interface Description interface
IMockServiceInterfaceActionResponse
Interface for aIServiceInterfaceActionResponse
mock object.interface
IMockServiceInterfaceRenderResponse
Interface for aIServiceInterfaceRenderResponse
mock object.interface
IMockServiceInterfaceResponse
Interface for aIServiceInterfaceResponse
mock object.Classes in lumis.lptf.portal.serviceinterface that implement IServiceInterfaceResponseSPI Modifier and Type Class Description class
MockServiceInterfaceActionResponse
Implementation for IMockServiceInterfaceActionResponse interface.class
MockServiceInterfaceRenderResponse
Implementation for IMockServiceInterfaceRenderResponse interface. -
Uses of IServiceInterfaceResponseSPI in lumis.portal.servicecontainer
Classes in lumis.portal.servicecontainer that implement IServiceInterfaceResponseSPI Modifier and Type Class Description class
ServiceContainerActionResponse
class
ServiceContainerRenderResponse
-
Uses of IServiceInterfaceResponseSPI in lumis.portal.serviceinterface
Subinterfaces of IServiceInterfaceResponseSPI in lumis.portal.serviceinterface Modifier and Type Interface Description interface
IServiceInterfaceActionResponseSPI
Service Interface Action Response SPIinterface
IServiceInterfaceRenderResponseSPI
Interface that interfaces receive to get response information.Classes in lumis.portal.serviceinterface that implement IServiceInterfaceResponseSPI Modifier and Type Class Description class
BufferedServiceInterfaceRenderResponseSPI
Response wrapper used to capture HTML body for post-processing.class
ServiceInterfaceRenderResponseSPIWrapper
Provides a convenient implementation of the IServiceInterfaceRenderResponseSPI interface that can be subclassed by developers wishing to adapt the request to a Servlet.
-