public class HttpProcessor
extends com.labvantage.sapphire.BaseAccessor
| Constructor and Description |
|---|
HttpProcessor(java.io.File rakFile,
java.lang.String connectionid)
Constructor for a client application with an existing connection
|
HttpProcessor(javax.servlet.jsp.PageContext pageContext)
Constructor for a client web application with a page Context and existing connectionid
|
HttpProcessor(java.lang.String connectionid)
Constructor for creating an accessor from components
|
HttpProcessor(java.lang.String nameserverlist,
java.lang.String connectionid)
Deprecated.
|
createRemoteAccessKey, getAttachmentManager, getAutomationManager, getConfigurationManager, getConnectionid, getErrorCodeList, getErrorCodeStack, getErrorHandler, getErrorStack, getErrorStack, getErrorString, getInfoErrorString, getLastError, getLastErrorCode, getLastErrorMessage, getLastException, getLocalAccessManager, getNameserverlist, getQueryManager, getRemoteAccessManager, getRequestManager, getStatusManager, getWebAdminManager, hasErrors, hasInfoErrors, parseServiceExceptionMsg, resetConnectionid, resetErrorStack, setConnectionDetails, setConnectionid, setError, setError, setErrorString, setInfoErrorString, setJNDIPrefix, setLocal, setLocalJNDIPrefix, setRakFilepublic HttpProcessor(java.lang.String connectionid)
connectionid - The connection to use for component callspublic HttpProcessor(java.lang.String nameserverlist,
java.lang.String connectionid)
nameserverlist - list of the application sever namesconnectionid - A valid connectionidpublic HttpProcessor(java.io.File rakFile,
java.lang.String connectionid)
rakFile - A remote access key fileconnectionid - A valid connectionidpublic HttpProcessor(javax.servlet.jsp.PageContext pageContext)
pageContext - The current page context