org.sblim.slp.internal.msg
public class AttributeReply extends ReplyMessage
| Constructor Summary | |
|---|---|
| AttributeReply(int pErrorCode, List pAttrList)
Ctor.
| |
| AttributeReply(String pLangTag, int pErrorCode, List pAttrList)
Ctor.
| |
| AttributeReply(MsgHeader pHeader, int pErrorCode, 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: 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