Class SAAdvert

java.lang.Object
All Implemented Interfaces:
FunctionIDs

public class SAAdvert extends ReplyMessage
SAAdvert message
  • Constructor Details

    • SAAdvert

      public SAAdvert(java.lang.String pURLStr, java.util.List<java.lang.String> pScopeList, java.util.List<ServiceLocationAttribute> pAttrList)
      Ctor.
      Parameters:
      pURLStr -
      pScopeList - - list of scope strings
      pAttrList - - list of ServiceLocationAttributes
    • SAAdvert

      public SAAdvert(java.lang.String pLangTag, java.lang.String pURLStr, java.util.List<java.lang.String> pScopeList, java.util.List<ServiceLocationAttribute> pAttrList)
      Ctor.
      Parameters:
      pLangTag -
      pURLStr -
      pScopeList - - list of scope strings
      pAttrList - - list of ServiceLocationAttributes
    • SAAdvert

      public SAAdvert(MsgHeader pHeader, java.lang.String pURLStr, java.util.List<java.lang.String> pScopeList, java.util.List<ServiceLocationAttribute> pAttrList)
      Ctor.
      Parameters:
      pHeader -
      pURLStr -
      pScopeList - - list of scope strings
      pAttrList - - list of ServiceLocationAttributes
  • Method Details