|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectmoazs.api.MoaResponse
public class MoaResponse
Hilfklasse zum erzeugen der Antworten im Synchronen Teil von MoaZS
Constructor Summary | |
---|---|
MoaResponse()
|
Method Summary | |
---|---|
static Document |
getDeliveryConfirmation(byte[] deliveryConfirmation)
|
static Document |
getError(String appid,
String mzsid,
String code,
String text,
String url)
Antwort im Fehlerfall |
static Document |
getPartialSuccess(String appid,
String mzsid)
Antwort bei übergabe eines HttpCallbacks |
static Document |
getSuccess(String appid,
String mzsid)
Antwort im Erfolgsfall |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MoaResponse()
Method Detail |
---|
public static Document getSuccess(String appid, String mzsid)
appid
- AppDeliveryIDmzsid
- MZSDeliveryID
public static Document getDeliveryConfirmation(byte[] deliveryConfirmation)
public static Document getPartialSuccess(String appid, String mzsid)
appid
- AppDeliveryIDmzsid
- MZSDeliveryID
public static Document getError(String appid, String mzsid, String code, String text, String url)
appid
- AppDeliveryIDmzsid
- MZSDeliveryIDcode
- ErrorCodetext
- ErrorTexturl
- Document-Referenz
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |