org.sblim.slp.internal.msg

Class AttributeReply

public class AttributeReply extends ReplyMessage

AttributeReply message
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
IteratorgetExceptionIterator()
IteratorgetResultIterator()
static SLPMessageparse(MsgHeader pHdr, SLPInputStream pInStr)
parse
protected booleanserializeBody(SLPOutputStream pOutStr, SerializeOption pOption)

Constructor Detail

AttributeReply

public AttributeReply(int pErrorCode, List pAttrList)
Ctor.

Parameters: pErrorCode pAttrList - list of ServiceLocationAttributes

AttributeReply

public AttributeReply(String pLangTag, int pErrorCode, List pAttrList)
Ctor.

Parameters: pLangTag pErrorCode pAttrList - list of ServiceLocationAttributes

AttributeReply

public AttributeReply(MsgHeader pHeader, int pErrorCode, List pAttrList)
Ctor.

Parameters: pHeader pErrorCode pAttrList - list of ServiceLocationAttributes

Method Detail

getExceptionIterator

public Iterator getExceptionIterator()

getResultIterator

public Iterator getResultIterator()

parse

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

Parameters: pHdr pInStr

Returns: SLPMessage

Throws: ServiceLocationException IOException

serializeBody

protected boolean serializeBody(SLPOutputStream pOutStr, SerializeOption pOption)
Copyright © 2005, 2009 IBM Corporation. All Rights Reserved.