Class ServiceReply

    • Constructor Detail

      • ServiceReply

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

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

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

      • getExceptionIterator

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

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

        public java.util.List<java.lang.Exception> getURLExceptions()
        getURLExceptions
        Returns:
        list of URL Exceptions