org.sblim.slp.internal.msg
public class SAAdvert extends ReplyMessage
Constructor Summary | |
---|---|
SAAdvert(String pURLStr, List pScopeList, List pAttrList)
Ctor.
| |
SAAdvert(String pLangTag, String pURLStr, List pScopeList, List pAttrList)
Ctor.
| |
SAAdvert(MsgHeader pHeader, String pURLStr, List pScopeList, List pAttrList)
Ctor.
|
Method Summary | |
---|---|
Iterator | getExceptionIterator() |
Iterator | getResultIterator() |
static SLPMessage | parse(MsgHeader pHdr, SLPInputStream pInStr)
parse
|
protected boolean | serializeBody(SLPOutputStream pOutStr, SerializeOption pOption) |
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