at.knowcenter.wag.egov.egiz.sig.connectors
Class BKUPostConnection

java.lang.Object
  extended by at.knowcenter.wag.egov.egiz.sig.connectors.BKUPostConnection

public abstract class BKUPostConnection
extends Object

Author:
wprinz

Constructor Summary
BKUPostConnection()
           
 
Method Summary
static Properties doPostRequest(String url, String request)
          This method connects the BKU server getting the request and the url.
static void parseBKUVersion(String header_value, Properties properties)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BKUPostConnection

public BKUPostConnection()
Method Detail

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 running
request - 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.