public class HohRawServlet extends javax.servlet.http.HttpServlet
| Constructor and Description |
|---|
HohRawServlet() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doGet(javax.servlet.http.HttpServletRequest theReq,
javax.servlet.http.HttpServletResponse theResp) |
protected void |
doPost(javax.servlet.http.HttpServletRequest theReq,
javax.servlet.http.HttpServletResponse theResp) |
void |
setAuthorizationCallback(IAuthorizationServerCallback theAuthorizationCallback)
If set, provides a callback which will be used to validate incoming
credentials
|
void |
setMessageHandler(IMessageHandler<String> theMessageHandler) |
void |
setSigner(ISigner theSigner)
Sets the message signer if signature profile is being used
|
doDelete, doHead, doOptions, doPut, doTrace, getLastModified, service, servicepublic HohRawServlet()
protected void doGet(javax.servlet.http.HttpServletRequest theReq, javax.servlet.http.HttpServletResponse theResp) throws javax.servlet.ServletException, IOException
doGet in class javax.servlet.http.HttpServletjavax.servlet.ServletExceptionIOExceptionprotected void doPost(javax.servlet.http.HttpServletRequest theReq, javax.servlet.http.HttpServletResponse theResp) throws javax.servlet.ServletException, IOException
doPost in class javax.servlet.http.HttpServletjavax.servlet.ServletExceptionIOExceptionpublic void setAuthorizationCallback(IAuthorizationServerCallback theAuthorizationCallback)
public void setMessageHandler(IMessageHandler<String> theMessageHandler)
theMessageHandler - the messageHandler to setCopyright © 2012–2017 University Health Network. All rights reserved.