moazs.szr
Class SZRClient
java.lang.Object
moazs.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)
|
SZRClient
public SZRClient(URL url,
boolean isTestEnvironment)
throws SZRClientException
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.