@Singleton public class HTMLGateway extends RestService
Modifier and Type | Field and Description |
---|---|
static org.apache.log4j.Logger |
LOGGER
The logger used by this class.
|
Constructor and Description |
---|
HTMLGateway() |
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
processFile(javax.ws.rs.core.UriInfo info,
javax.servlet.http.HttpServletRequest request)
Processes calls to the URL /htmlgateway.
|
javax.ws.rs.core.Response |
processSaIIS(javax.ws.rs.core.UriInfo info,
javax.servlet.http.HttpServletRequest request)
Processes calls to the URL /htmlgateway/saiis.dll.
|
javax.ws.rs.core.Response |
processSaIISBig(javax.ws.rs.core.UriInfo info,
javax.servlet.http.HttpServletRequest request)
Processes calls to the URL /htmlgateway/Saiis.dll.
|
checkConnection, getConnection
public static final org.apache.log4j.Logger LOGGER
public javax.ws.rs.core.Response processSaIIS(@Context javax.ws.rs.core.UriInfo info, @Context javax.servlet.http.HttpServletRequest request) throws Exception
info
- injected UriInforequest
- injected HttpServletRequestException
- if an error occurs.public javax.ws.rs.core.Response processSaIISBig(@Context javax.ws.rs.core.UriInfo info, @Context javax.servlet.http.HttpServletRequest request) throws Exception
info
- injected UriInforequest
- injected HttpServletRequestException
- if an error occurs.public javax.ws.rs.core.Response processFile(@Context javax.ws.rs.core.UriInfo info, @Context javax.servlet.http.HttpServletRequest request) throws Exception
info
- injected UriInforequest
- injected HttpServletRequestException
- if an error occurs.Copyright © 2020 Hyland Software Germany GmbH. All rights reserved.