|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MoaException | |
moazs.api | |
moazs.api.dn | |
moazs.api.dn.impl | |
moazs.external | |
moazs.szr | |
moazs.util |
Uses of MoaException in moazs.api |
Methods in moazs.api that throw MoaException | |
void |
MoaSync.removeSyncWatchDogThread(String id)
|
void |
MoaSync.addSyncWatchDogThread(String id,
MoaSync watchDog)
|
Zuseserver |
MoaSync.getZuseserver(Rcpt rcpt,
boolean encryption,
boolean privateDelivery,
String senderprofile,
List mimeTypes)
Methode die den ZuseKopf nach einem Zustellserver (evtl mit Zertifikat) fragt. |
static Request |
MoaMapper.saveRequest(org.hibernate.classic.Session sess,
Document in)
Speichert den aktuellen Request und prüft auf vollständigkeit |
static Rcpt |
MoaMapper.saveRcpt(org.hibernate.classic.Session sess,
Document in)
extrahiert die EmpfaengerDaten und -Adressen |
static void |
MoaMapper.getPayload(org.hibernate.classic.Session sess,
Request r,
Document in)
holt alle PayloadDaten |
static void |
MoaMapper.setSenderData(Document in,
Request r)
|
static String |
MoaMapper.getDocumentClass(Document in)
|
static Mailbody |
MoaMapper.getMailBody(Document in)
|
static DualDelivery |
MoaMapper.getDualDelivery(Document in)
|
static String |
MoaMapper.getDeliveryQuality(Document in)
|
static boolean |
MoaMapper.getRequiresEncryption(Document in)
|
Uses of MoaException in moazs.api.dn |
Methods in moazs.api.dn that throw MoaException | |
void |
DeliveryNotificationHandler.handleZUSEDeliveryNotification(Element deliveryNotificationElement)
Handles a delivery notification of a delivery server, which is is signed by the delivery server and contains the delivery confirmation signed by the user (RSa). |
void |
DeliveryNotificationHandler.handleMZSDeliveryNotification(Element deliveryNotificationElement)
Handles a delivery notification of MOA-ZS, which represents the delivery status (SUCCESS, ERROR). |
Uses of MoaException in moazs.api.dn.impl |
Methods in moazs.api.dn.impl that throw MoaException | |
void |
LogDeliveryNotificationHandler.handleZUSEDeliveryNotification(Element deliveryNotificationElement)
|
void |
LogDeliveryNotificationHandler.handleMZSDeliveryNotification(Element deliveryNotificationElement)
|
void |
FileDeliveryNotificationHandler.handleZUSEDeliveryNotification(Element deliveryNotificationElement)
|
void |
FileDeliveryNotificationHandler.handleMZSDeliveryNotification(Element deliveryNotificationElement)
|
Uses of MoaException in moazs.external |
Methods in moazs.external that throw MoaException | |
void |
ZkopfRequest.queryPerson(String nachName,
String vorName,
String mailadr,
String telefon,
String geburtstag)
Anfrage zu einer natuerlichen Person an den ZUSEKopf Anfrage mit Name + Verständigungsadresse + Geburtsdatum |
void |
ZkopfRequest.queryPerson(String nachName,
String vorName,
String strasse,
String plz,
String ort,
String landesCode,
String geburtstag)
Anfrage zu einer natuerlichen Person an den ZUSEKopf Anfrage mit Name + ZMR konformer Adresse + [Geburtsdatum für RSA Zustellung] |
void |
ZkopfRequest.queryPerson(String zustellBPK)
Anfrage zu einer natuerlichen Person an den ZUSEKopf Anfrage mittels verschlüsselter oder unverschlüsselter Zustell-bPK |
void |
ZkopfRequest.queryCompany(String stammzahl)
Anfrage zu einer nicht natuerlichen Person an den ZUSEKopf Anfrage mittels Stammzahl |
void |
ZkopfRequest.queryCompany(String name,
String strasse,
String plz,
String ort,
String landesCode)
Anfrage zu einer nicht natuerlichen Person an den ZUSEKopf Anfrage mit Bezeichnung + ZMR konformer Adresse |
Zuseserver |
ZkopfRequest.getZs()
Diese Funktion uebergibt einen Zuseserver |
String |
MoaSZR.transform(Rcpt rcpt,
String type,
String bpk)
Methode die die BPK bpk vom Typ type in die ZustellBPK umrechnet |
byte[] |
MoaSS.sign(XmlDocument deckblatt,
Set payload,
String key,
org.hibernate.classic.Session sess)
Anfrage an MoaSS |
Document |
MoaSS.makeRequest(XmlDocument deckblatt,
Set payload,
String key)
Erstellen des Requests fuer Anfrage an MoaSS |
boolean |
MoaSP.verify(Element signatureEnvironment,
String signatureLocation)
|
void |
MoaSMIME.makeMessage(Request r)
Generiert eine MultipartMime oder einen Zusecontainer aus den übergebenen Payloads. |
void |
MoaSMIME.encrypt(byte[] cert)
Verschlüsselt die Nachricht in result mit dem übergebenen Zertifikat |
Document |
MoaDelivery.addSender(Document doc,
String profileId,
DynamicSenderData dsd,
boolean privateVersender)
fuegt die Senderinformationen ein |
Uses of MoaException in moazs.szr |
Methods in moazs.szr that throw MoaException | |
String |
SZRClient.processGetOrganwalterBPK(at.gv.bmi.szr.PersonInfoType personInfoType)
|
String |
SZRClient.processGetBPK(at.gv.bmi.szr.PersonInfoType personInfoType,
String bereich)
|
String |
SZRClient.processGetStammzahl(at.gv.bmi.szr.PersonInfoType personInfoType)
|
Uses of MoaException in moazs.util |
Methods in moazs.util that throw MoaException | |
static boolean |
MoaXMLUtils.validateMZS(Element element)
|
static boolean |
MoaXMLUtils.validateZUSE(Element element)
|
void |
MoaConfig.reload()
|
SZRClient |
MoaConfig.getSZRClient()
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |