moazs.api
Class MoaResponse

java.lang.Object
  extended by moazs.api.MoaResponse

public class MoaResponse
extends Object

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

MoaResponse

public MoaResponse()
Method Detail

getSuccess

public static Document getSuccess(String appid,
                                  String mzsid)
Antwort im Erfolgsfall

Parameters:
appid - AppDeliveryID
mzsid - MZSDeliveryID
Returns:
DOM-Document

getDeliveryConfirmation

public static Document getDeliveryConfirmation(byte[] deliveryConfirmation)

getPartialSuccess

public static Document getPartialSuccess(String appid,
                                         String mzsid)
Antwort bei übergabe eines HttpCallbacks

Parameters:
appid - AppDeliveryID
mzsid - MZSDeliveryID
Returns:
DOM-Document

getError

public static Document getError(String appid,
                                String mzsid,
                                String code,
                                String text,
                                String url)
Antwort im Fehlerfall

Parameters:
appid - AppDeliveryID
mzsid - MZSDeliveryID
code - ErrorCode
text - ErrorText
url - Document-Referenz
Returns:
DOM-Document


Copyright 2008 EGIZ. All Rights Reserved.