org.sblim.slp.internal.msg
public class DAAdvert extends ReplyMessage
Constructor Summary | |
---|---|
DAAdvert(int pErrorCode, long pStatelessBootTime, String pURLStr, List pScopeList, List pAttrList, List pSPIList)
Ctor.
| |
DAAdvert(String pLangTag, int pErrorCode, long pStatelessBootTime, String pURLStr, List pScopeList, List pAttrList, List pSPIList)
Ctor.
| |
DAAdvert(MsgHeader pHeader, int pErrorCode, long pStatelessBootTime, String pURLStr, List pScopeList, List pAttrList, List pSPIList)
Ctor.
|
Method Summary | |
---|---|
Iterator | getExceptionIterator() |
Iterator | getResultIterator() |
static SLPMessage | parse(MsgHeader pHdr, SLPInputStream pInStr)
parse
|
protected boolean | serializeBody(SLPOutputStream pOutStr, SerializeOption pOption) |
Parameters: pErrorCode pStatelessBootTime pURLStr pScopeList - list of scope strings pAttrList - list of ServiceLocationAttributes pSPIList
Parameters: pLangTag pErrorCode pStatelessBootTime pURLStr pScopeList - list of scope strings pAttrList - list of ServiceLocationAttributes pSPIList
Parameters: pHeader pErrorCode pStatelessBootTime pURLStr pScopeList - list of scope strings pAttrList - list of ServiceLocationAttributes pSPIList
Returns: Iterator of DADescriptors
See Also: getResultIterator
Parameters: pHdr pInStr
Returns: SLPMessage
Throws: ServiceLocationException IOException