Class ServiceReply

All Implemented Interfaces:
FunctionIDs

public class ServiceReply extends ReplyMessage
ServiceReply message
  • Constructor Details

    • ServiceReply

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

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

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