Package org.sblim.slp.internal.msg
Class AttributeReply
java.lang.Object
org.sblim.slp.internal.msg.SLPMessage
org.sblim.slp.internal.msg.ReplyMessage
org.sblim.slp.internal.msg.AttributeReply
- All Implemented Interfaces:
FunctionIDs
AttributeReply message
-
Field Summary
Fields inherited from interface org.sblim.slp.internal.msg.FunctionIDs
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 Summary
ConstructorsConstructorDescriptionAttributeReply
(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
Modifier and TypeMethodDescriptiongetExceptionIteratorgetResultIteratorstatic SLPMessage
parse
(MsgHeader pHdr, SLPInputStream pInStr) parseprotected boolean
serializeBody
(SLPOutputStream pOutStr, SerializeOption pOption) Methods inherited from class org.sblim.slp.internal.msg.ReplyMessage
getErrorCode
Methods inherited from class org.sblim.slp.internal.msg.SLPMessage
fresh, getFunctionID, getHeader, getLangTag, getVersion, getXID, multicast, overflows, serialize, serialize, setXID, toString
-
Constructor Details
-
AttributeReply
Ctor.- Parameters:
pErrorCode
-pAttrList
- - list of ServiceLocationAttributes
-
AttributeReply
Ctor.- Parameters:
pLangTag
-pErrorCode
-pAttrList
- - list of ServiceLocationAttributes
-
AttributeReply
Ctor.- Parameters:
pHeader
-pErrorCode
-pAttrList
- - list of ServiceLocationAttributes
-
-
Method Details
-
parse
public static SLPMessage parse(MsgHeader pHdr, SLPInputStream pInStr) throws ServiceLocationException, IOException parse- Parameters:
pHdr
-pInStr
-- Returns:
- SLPMessage
- Throws:
ServiceLocationException
IOException
-
getResultIterator
Description copied from class:ReplyMessage
getResultIterator- Specified by:
getResultIterator
in classReplyMessage
- Returns:
- Iterator
-
serializeBody
- Specified by:
serializeBody
in classSLPMessage
- Parameters:
pOption
-- Returns:
- true if all data is written into pOStr (all data fits into size limit)
-
getExceptionIterator
Description copied from class:ReplyMessage
getExceptionIterator- Specified by:
getExceptionIterator
in classReplyMessage
- Returns:
- Iterator
-