public class XDIMessenger
extends javax.servlet.http.HttpServlet
implements javax.servlet.Servlet
Modifier and Type | Field and Description |
---|---|
static String |
DEFAULT_LINKCONTRACT_STRING |
static String |
DEFAULT_OPERATION_STRING |
static String |
DEFAULT_SENDER_STRING |
static String |
DEFAULT_TARGET_STRING |
Constructor and Description |
---|
XDIMessenger() |
Modifier and Type | Method and Description |
---|---|
protected void |
doGet(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
protected void |
doPost(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
doDelete, doHead, doOptions, doPut, doTrace, getLastModified, service, service
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, init, log, log
public static final String DEFAULT_SENDER_STRING
public static final String DEFAULT_LINKCONTRACT_STRING
public static final String DEFAULT_OPERATION_STRING
public static final String DEFAULT_TARGET_STRING
protected void doGet(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws javax.servlet.ServletException, IOException
doGet
in class javax.servlet.http.HttpServlet
javax.servlet.ServletException
IOException
protected void doPost(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws javax.servlet.ServletException, IOException
doPost
in class javax.servlet.http.HttpServlet
javax.servlet.ServletException
IOException
Copyright © 2017. All rights reserved.