com.ecebs.rtd.enabler.types.response
Class ResponseMessage

java.lang.Object
  extended by com.ecebs.rtd.enabler.types.response.ResponseMessage
All Implemented Interfaces:
Serializable

public class ResponseMessage
extends Object
implements Serializable

A response received from an RTD server, containing 1 or more BaseResponses

Author:
kyleb
See Also:
Serialized Form

Nested Class Summary
static class ResponseMessage.DownloadFailureReason
          Defines the reasons that a download could have failed
static class ResponseMessage.LastDownloadOutcome
           
static class ResponseMessage.RequestOutcome
           
static class ResponseMessage.UpdateOutcome
           
 
Method Summary
 DeleteProductResponse getDeleteProductResponse()
           
 List<DeleteProductResponse> getDeleteProductResponses()
           
 DownloadStatusResponse getDownloadStatusResponse()
           
 List<DownloadStatusResponse> getDownloadStatusResponses()
           
 LoadProductResponse getLoadProductResponse()
           
 List<LoadProductResponse> getLoadProductResponses()
           
 MessageHeader getMessageHeader()
           
 PendingRequests getPendingRequests()
           
 List<PendingRequests> getPendingRequestss()
           
 StatusResponse getStatusResponse()
           
 List<StatusResponse> getStatusResponses()
           
 StoredUseResponse getStoredUseResponse()
           
 List<StoredUseResponse> getStoredUseResponses()
           
 STRResponse getSTRResponse()
           
 List<STRResponse> getSTRResponses()
           
 UpdatePassExpiryDateResponse getUpdatePassExpiryDateResponse()
           
 List<UpdatePassExpiryDateResponse> getUpdatePassExpiryDateResponses()
           
 UpdateRequestResponse getUpdateRequestResponse()
           
 List<UpdateRequestResponse> getUpdateRequestResponses()
           
 com.ecebs.rtd.enabler.types.response.ValidateProductResponse getValidateProductResponse()
           
 List<com.ecebs.rtd.enabler.types.response.ValidateProductResponse> getValidateProductResponses()
           
static ResponseMessage parse(String xml)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

parse

public static ResponseMessage parse(String xml)
                             throws Exception
Throws:
Exception

getMessageHeader

public MessageHeader getMessageHeader()

getUpdateRequestResponses

public List<UpdateRequestResponse> getUpdateRequestResponses()

getUpdateRequestResponse

public UpdateRequestResponse getUpdateRequestResponse()

getLoadProductResponses

public List<LoadProductResponse> getLoadProductResponses()

getLoadProductResponse

public LoadProductResponse getLoadProductResponse()

getSTRResponses

public List<STRResponse> getSTRResponses()

getSTRResponse

public STRResponse getSTRResponse()

getStoredUseResponses

public List<StoredUseResponse> getStoredUseResponses()

getStoredUseResponse

public StoredUseResponse getStoredUseResponse()

getUpdatePassExpiryDateResponses

public List<UpdatePassExpiryDateResponse> getUpdatePassExpiryDateResponses()

getUpdatePassExpiryDateResponse

public UpdatePassExpiryDateResponse getUpdatePassExpiryDateResponse()

getStatusResponses

public List<StatusResponse> getStatusResponses()

getStatusResponse

public StatusResponse getStatusResponse()

getValidateProductResponses

public List<com.ecebs.rtd.enabler.types.response.ValidateProductResponse> getValidateProductResponses()

getValidateProductResponse

public com.ecebs.rtd.enabler.types.response.ValidateProductResponse getValidateProductResponse()

getDeleteProductResponses

public List<DeleteProductResponse> getDeleteProductResponses()

getDeleteProductResponse

public DeleteProductResponse getDeleteProductResponse()

getDownloadStatusResponses

public List<DownloadStatusResponse> getDownloadStatusResponses()

getDownloadStatusResponse

public DownloadStatusResponse getDownloadStatusResponse()

getPendingRequestss

public List<PendingRequests> getPendingRequestss()

getPendingRequests

public PendingRequests getPendingRequests()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2013 Ecebs Ltd. All Rights Reserved.