at.knowcenter.wag.egov.egiz.sig.connectors
Class BKUPostConnection
java.lang.Object
at.knowcenter.wag.egov.egiz.sig.connectors.BKUPostConnection
public abstract class BKUPostConnection
- extends Object
- Author:
- wprinz
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BKUPostConnection
public BKUPostConnection()
doPostRequest
public static Properties doPostRequest(String url,
String request)
throws org.apache.commons.httpclient.HttpException,
IOException
- This method connects the BKU server getting the request and the url. The
request is an XML Message send and recieve by the HttpClient module. The
Response message of the BKU server is is send back to the calling method.
- Parameters:
url
- the URL which the BKU server is runningrequest
- the request string (XML) to send.
- Returns:
- the response string (XML) of the BKU server
- Throws:
IOException
org.apache.commons.httpclient.HttpException
- ErrorCode:320
parseBKUVersion
public static void parseBKUVersion(String header_value,
Properties properties)
Copyright © 2006-2007 EGIZ - E-Government Innovationszentrum. All Rights Reserved.