public class SampleServer extends Object
Modifier and Type | Field and Description |
---|---|
ServerManager |
manager |
Constructor and Description |
---|
SampleServer() |
SampleServer(String endPointUrl) |
Modifier and Type | Method and Description |
---|---|
String |
processRequest(javax.servlet.http.HttpServletRequest httpReq,
javax.servlet.http.HttpServletResponse httpResp) |
protected List |
userInteraction(ParameterList request) |
public ServerManager manager
public SampleServer()
public SampleServer(String endPointUrl)
public String processRequest(javax.servlet.http.HttpServletRequest httpReq, javax.servlet.http.HttpServletResponse httpResp) throws Exception
Exception
protected List userInteraction(ParameterList request) throws ServerException
ServerException
Copyright © 2016 Sxip. All rights reserved.