public class SampleServer
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
ServerManager |
manager |
| Constructor and Description |
|---|
SampleServer() |
SampleServer(java.lang.String endPointUrl) |
| Modifier and Type | Method and Description |
|---|---|
private java.lang.String |
directResponse(javax.servlet.http.HttpServletResponse httpResp,
java.lang.String response) |
java.lang.String |
processRequest(javax.servlet.http.HttpServletRequest httpReq,
javax.servlet.http.HttpServletResponse httpResp) |
protected java.util.List |
userInteraction(ParameterList request) |
public ServerManager manager
public SampleServer()
public SampleServer(java.lang.String endPointUrl)
public java.lang.String processRequest(javax.servlet.http.HttpServletRequest httpReq,
javax.servlet.http.HttpServletResponse httpResp)
throws java.lang.Exception
java.lang.Exceptionprotected java.util.List userInteraction(ParameterList request) throws ServerException
ServerExceptionprivate java.lang.String directResponse(javax.servlet.http.HttpServletResponse httpResp,
java.lang.String response)
throws java.io.IOException
java.io.IOExceptionCopyright 2006-2008 Sxip Identity Corporation