au.gov.nehta.vendorlibrary.smd
Class TransportResponseRetrievalClient.ArgumentValidator

java.lang.Object
  extended by au.gov.nehta.vendorlibrary.smd.TransportResponseRetrievalClient.ArgumentValidator
Enclosing class:
TransportResponseRetrievalClient

public static final class TransportResponseRetrievalClient.ArgumentValidator
extends java.lang.Object

Validates parameters are correct for the various operations.


Method Summary
 void checkOptionalResponseId(java.util.List<java.lang.String> responseIdList)
          Ensures that a responseId optional list is valid if provided.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

checkOptionalResponseId

public void checkOptionalResponseId(java.util.List<java.lang.String> responseIdList)
Ensures that a responseId optional list is valid if provided.

Parameters:
responseIdList - the responseIdList list to be validated (Optional)