org.sblim.slp.internal.msg

Class SAAdvert

public class SAAdvert extends ReplyMessage

SAAdvert message
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 SLPMessageparse(MsgHeader pHdr, SLPInputStream pInStr)
parse

Constructor Detail

SAAdvert

public SAAdvert(String pURLStr, List<String> pScopeList, List<ServiceLocationAttribute> pAttrList)
Ctor.

Parameters: pURLStr pScopeList - list of scope strings pAttrList - list of ServiceLocationAttributes

SAAdvert

public SAAdvert(String pLangTag, String pURLStr, List<String> pScopeList, List<ServiceLocationAttribute> pAttrList)
Ctor.

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

SAAdvert

public SAAdvert(MsgHeader pHeader, String pURLStr, List<String> pScopeList, List<ServiceLocationAttribute> pAttrList)
Ctor.

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

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.