public class AttributeReply extends ReplyMessage
ATTR_RPLY, ATTR_RQST, DA_ADVERT, FIRST_ID, LAST_ID, SA_ADVERT, SRV_ACK, SRV_DEREG, SRV_REG, SRV_RPLY, SRV_RQST, SRV_TYPE_RPLY, SRV_TYPE_RQST| Constructor and Description |
|---|
AttributeReply(int pErrorCode,
List<ServiceLocationAttribute> pAttrList)
Ctor.
|
AttributeReply(MsgHeader pHeader,
int pErrorCode,
List<ServiceLocationAttribute> pAttrList)
Ctor.
|
AttributeReply(String pLangTag,
int pErrorCode,
List<ServiceLocationAttribute> pAttrList)
Ctor.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<Exception> |
getExceptionIterator()
getExceptionIterator
|
Iterator<ServiceLocationAttribute> |
getResultIterator()
getResultIterator
|
static SLPMessage |
parse(MsgHeader pHdr,
SLPInputStream pInStr)
parse
|
protected boolean |
serializeBody(SLPOutputStream pOutStr,
SerializeOption pOption) |
getErrorCodefresh, getFunctionID, getHeader, getLangTag, getVersion, getXID, multicast, overflows, serialize, serialize, setXID, toStringpublic AttributeReply(int pErrorCode,
List<ServiceLocationAttribute> pAttrList)
pErrorCode - pAttrList - - list of ServiceLocationAttributespublic AttributeReply(String pLangTag, int pErrorCode, List<ServiceLocationAttribute> pAttrList)
pLangTag - pErrorCode - pAttrList - - list of ServiceLocationAttributespublic AttributeReply(MsgHeader pHeader, int pErrorCode, List<ServiceLocationAttribute> pAttrList)
pHeader - pErrorCode - pAttrList - - list of ServiceLocationAttributespublic static SLPMessage parse(MsgHeader pHdr, SLPInputStream pInStr) throws ServiceLocationException, IOException
pHdr - pInStr - ServiceLocationExceptionIOExceptionpublic Iterator<ServiceLocationAttribute> getResultIterator()
ReplyMessagegetResultIterator in class ReplyMessageprotected boolean serializeBody(SLPOutputStream pOutStr, SerializeOption pOption)
serializeBody in class SLPMessagepOption - public Iterator<Exception> getExceptionIterator()
ReplyMessagegetExceptionIterator in class ReplyMessageCopyright © 2005, 2012 IBM Corporation. All Rights Reserved.