org.sblim.slp.internal.msg

Class DAAdvert

public class DAAdvert extends ReplyMessage

DAAdvert message
Constructor Summary
DAAdvert(int pErrorCode, long pStatelessBootTime, String pURLStr, List<String> pScopeList, List<ServiceLocationAttribute> pAttrList, List<String> pSPIList)
Ctor.
DAAdvert(String pLangTag, int pErrorCode, long pStatelessBootTime, String pURLStr, List<String> pScopeList, List<ServiceLocationAttribute> pAttrList, List<String> pSPIList)
Ctor.
DAAdvert(MsgHeader pHeader, int pErrorCode, long pStatelessBootTime, String pURLStr, List<String> pScopeList, List<ServiceLocationAttribute> pAttrList, List<String> pSPIList)
Ctor.
Method Summary
static SLPMessageparse(MsgHeader pHdr, SLPInputStream pInStr)
parse

Constructor Detail

DAAdvert

public DAAdvert(int pErrorCode, long pStatelessBootTime, String pURLStr, List<String> pScopeList, List<ServiceLocationAttribute> pAttrList, List<String> pSPIList)
Ctor.

Parameters: pErrorCode pStatelessBootTime pURLStr pScopeList - list of scope strings pAttrList - list of ServiceLocationAttributes pSPIList

DAAdvert

public DAAdvert(String pLangTag, int pErrorCode, long pStatelessBootTime, String pURLStr, List<String> pScopeList, List<ServiceLocationAttribute> pAttrList, List<String> pSPIList)
Ctor.

Parameters: pLangTag pErrorCode pStatelessBootTime pURLStr pScopeList - list of scope strings pAttrList - list of ServiceLocationAttributes pSPIList

DAAdvert

public DAAdvert(MsgHeader pHeader, int pErrorCode, long pStatelessBootTime, String pURLStr, List<String> pScopeList, List<ServiceLocationAttribute> pAttrList, List<String> pSPIList)
Ctor.

Parameters: pHeader pErrorCode pStatelessBootTime pURLStr pScopeList - list of scope strings pAttrList - list of ServiceLocationAttributes pSPIList

Method Detail

parse

public static SLPMessage parse(MsgHeader pHdr, SLPInputStream pInStr)
parse

Parameters: pHdr pInStr

Returns: SLPMessage

Throws: ServiceLocationException IOException

Copyright © 2005, 2009 IBM Corporation. All Rights Reserved.