Class ServiceReply

    • Constructor Detail

      • ServiceReply

        public ServiceReply​(int pErrorCode,
                            java.util.List pURLEntries)
        Ctor.
        Parameters:
        pErrorCode -
        pURLEntries - - list of ServiceURLs
      • ServiceReply

        public ServiceReply​(java.lang.String pLangTag,
                            int pErrorCode,
                            java.util.List pURLEntries,
                            java.util.List pURLExceptions)
        Ctor.
        Parameters:
        pLangTag -
        pErrorCode -
        pURLEntries - - list of ServiceURLs
        pURLExceptions - - list of URL Exceptions
      • ServiceReply

        public ServiceReply​(MsgHeader pHeader,
                            int pErrorCode,
                            java.util.List pURLEntries,
                            java.util.List pURLExceptions)
        Ctor.
        Parameters:
        pHeader -
        pErrorCode -
        pURLEntries - - list of ServiceURLs
        pURLExceptions - - list of URL Exceptions
    • Method Detail

      • getResultIterator

        public java.util.Iterator getResultIterator()
        getResultIterator
        Specified by:
        getResultIterator in class ReplyMessage
        Returns:
        iterator of URL Exception list
      • getExceptionIterator

        public java.util.Iterator getExceptionIterator()
        getExceptionIterator
        Specified by:
        getExceptionIterator in class ReplyMessage
        Returns:
        iterator of URL Exception list
      • getURLEntries

        public java.util.List getURLEntries()
        getURLEntries
        Returns:
        list of ServiceURLs
      • getURLExceptions

        public java.util.List getURLExceptions()
        getURLExceptions
        Returns:
        list of URL Exceptions