public interface WebClientServletInterface
Modifier and Type | Method and Description |
---|---|
void |
doGet(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
This method should answer all client requests...
|
void |
doPost(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
This method should redirects all request to the doGet-method
|
void |
getXMLDocViaRMI(String host,
String port,
String service)
This method
|
void |
printXMLDoc(Document xmlDocument,
StreamSource stylesource,
javax.servlet.http.HttpServletResponse response) |
StreamSource |
readXMLConfig(Element configroot,
String service) |
void doGet(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws javax.servlet.ServletException, IOException
request
- the request from the client-sideresponse
- the response from the servlet to the clientjavax.servlet.ServletException
IOException
void doPost(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws javax.servlet.ServletException, IOException
request
- the request from the client-sideresponse
- the response from the servlet to the clientjavax.servlet.ServletException
IOException
void getXMLDocViaRMI(String host, String port, String service) throws MalformedURLException, RemoteException, NotBoundException
host
- port
- service
- MalformedURLException
RemoteException
NotBoundException
void printXMLDoc(Document xmlDocument, StreamSource stylesource, javax.servlet.http.HttpServletResponse response)
StreamSource readXMLConfig(Element configroot, String service) throws javax.servlet.ServletException
javax.servlet.ServletException
Copyright © 2013. All Rights Reserved.