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