
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, servicedestroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, init, log, logpublic 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.HttpServletjavax.servlet.ServletExceptionIOExceptionprotected void doPost(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws javax.servlet.ServletException,
IOException
doPost in class javax.servlet.http.HttpServletjavax.servlet.ServletExceptionIOExceptionCopyright © 2017. All rights reserved.