moazs.szr
Class SZRClient

java.lang.Object
  extended bymoazs.szr.SZRClient

public class SZRClient
extends Object


Constructor Summary
SZRClient(URL url, boolean isTestEnvironment)
           
 
Method Summary
static at.gv.bmi.szr.PersonInfoType createPerson(String givenName, String familyName, String birthDay)
           
 void initConnection(URL url, File pvpFile, float pvpVersion, boolean isTestEnvironment)
           
static void main(String[] args)
           
 String processGetBPK(at.gv.bmi.szr.PersonInfoType personInfoType, String bereich)
           
 String processGetOrganwalterBPK(at.gv.bmi.szr.PersonInfoType personInfoType)
           
 String processGetStammzahl(at.gv.bmi.szr.PersonInfoType personInfoType)
           
 at.gv.bmi.szr.FremdBPKType processTranslateBPK(at.gv.bmi.szr.PersonInfoType personInfoType, String bPK, String inputTarget, String outputTarget, String vkz, String reason)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SZRClient

public SZRClient(URL url,
                 boolean isTestEnvironment)
          throws SZRClientException
Method Detail

initConnection

public void initConnection(URL url,
                           File pvpFile,
                           float pvpVersion,
                           boolean isTestEnvironment)
                    throws ServiceException
Throws:
ServiceException

processGetOrganwalterBPK

public String processGetOrganwalterBPK(at.gv.bmi.szr.PersonInfoType personInfoType)
                                throws SZRClientException,
                                       MoaException
Throws:
SZRClientException
MoaException

processGetBPK

public String processGetBPK(at.gv.bmi.szr.PersonInfoType personInfoType,
                            String bereich)
                     throws SZRClientException,
                            MoaException
Throws:
SZRClientException
MoaException

processTranslateBPK

public at.gv.bmi.szr.FremdBPKType processTranslateBPK(at.gv.bmi.szr.PersonInfoType personInfoType,
                                                      String bPK,
                                                      String inputTarget,
                                                      String outputTarget,
                                                      String vkz,
                                                      String reason)
                                               throws SZRClientException
Throws:
SZRClientException

processGetStammzahl

public String processGetStammzahl(at.gv.bmi.szr.PersonInfoType personInfoType)
                           throws SZRClientException,
                                  MoaException
Throws:
SZRClientException
MoaException

createPerson

public static at.gv.bmi.szr.PersonInfoType createPerson(String givenName,
                                                        String familyName,
                                                        String birthDay)
                                                 throws SZRClientException
Throws:
SZRClientException

main

public static void main(String[] args)
                 throws Exception
Throws:
Exception


Copyright 2008 EGIZ. All Rights Reserved.