org.sblim.slp.internal.msg
public class SAAdvert extends ReplyMessage
| Constructor Summary | |
|---|---|
| SAAdvert(String pURLStr, List<String> pScopeList, List<ServiceLocationAttribute> pAttrList)
Ctor.
| |
| SAAdvert(String pLangTag, String pURLStr, List<String> pScopeList, List<ServiceLocationAttribute> pAttrList)
Ctor.
| |
| SAAdvert(MsgHeader pHeader, String pURLStr, List<String> pScopeList, List<ServiceLocationAttribute> pAttrList)
Ctor.
| |
| Method Summary | |
|---|---|
| static SLPMessage | parse(MsgHeader pHdr, SLPInputStream pInStr)
parse
|
Parameters: pURLStr pScopeList - list of scope strings pAttrList - list of ServiceLocationAttributes
Parameters: pLangTag pURLStr pScopeList - list of scope strings pAttrList - list of ServiceLocationAttributes
Parameters: pHeader pURLStr pScopeList - list of scope strings pAttrList - list of ServiceLocationAttributes
Parameters: pHdr pInStr
Returns: SLPMessage
Throws: ServiceLocationException IOException