asit.moa.client.deliver.moazs
Class AbstractDeliveryResponse
java.lang.Object
asit.moa.client.deliver.moazs.AbstractDeliveryResponse
- All Implemented Interfaces:
- DeliveryResponse
- Direct Known Subclasses:
- ErrorDeliveryResponse, PartialSuccessDeliveryResponse, SuccessDeliveryResponse
- public abstract class AbstractDeliveryResponse
- extends Object
- implements DeliveryResponse
- Author:
- atauber
TODO To change the template for this generated type comment go to
Window - Preferences - Java - Code Style - Code Templates
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
appDeliveryID_
protected String appDeliveryID_
mzsDeliveryID_
protected String mzsDeliveryID_
rawDocument_
protected Element rawDocument_
AbstractDeliveryResponse
public AbstractDeliveryResponse(String appDeliveryID,
String mzsDeliveryID)
getRawData
public Element getRawData()
setRawData
public void setRawData(Element rawDataElement)
getAppDeliveryID
public String getAppDeliveryID()
- Specified by:
getAppDeliveryID in interface DeliveryResponse
getMZSDeliveryID
public String getMZSDeliveryID()
- Specified by:
getMZSDeliveryID in interface DeliveryResponse
getElement
public Element getElement()
throws ClientException
- Specified by:
getElement in interface DeliveryResponse
- Throws:
ClientException
Copyright 2007 Institut fuer Angewandte Informationsverarbeitung und Kommunikationstechnologie. All Rights Reserved.