Package com.attivio.sdk.server.component
Interface CgiRequestProcessor
-
public interface CgiRequestProcessor
This interface allows implementing components to handleCgiRequest
s.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PlatformMessage
handleCgiRequest(CgiRequest cgi)
Called by the Attivio Engine to convert aCgiRequest
into aPlatformMessage
to be handled by the Attivio Engine.
-
-
-
Method Detail
-
handleCgiRequest
PlatformMessage handleCgiRequest(CgiRequest cgi) throws AttivioException
Called by the Attivio Engine to convert aCgiRequest
into aPlatformMessage
to be handled by the Attivio Engine.- Parameters:
cgi
- TheCgiRequest
to be handled.- Returns:
- The
PlatformMessage
to be handled by the Attivio Engine. - Throws:
AttivioException
-
-