Package org.sblim.slp.internal.msg
Class ReplyMessage
java.lang.Object
org.sblim.slp.internal.msg.SLPMessage
org.sblim.slp.internal.msg.ReplyMessage
- All Implemented Interfaces:
FunctionIDs
- Direct Known Subclasses:
AttributeReply,DAAdvert,SAAdvert,ServiceAcknowledgment,ServiceReply,ServiceTypeReply
ReplyMessage
-
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
ConstructorsConstructorDescriptionReplyMessage(int pFunctionID, int pErrorCode) Ctor.ReplyMessage(int pFunctionID, String pLangTag, int pErrorCode) Ctor.ReplyMessage(MsgHeader pHeader, int pErrorCode) Ctor. -
Method Summary
Methods inherited from class org.sblim.slp.internal.msg.SLPMessage
fresh, getFunctionID, getHeader, getLangTag, getVersion, getXID, multicast, overflows, serialize, serialize, serializeBody, setXID, toString
-
Constructor Details
-
ReplyMessage
public ReplyMessage(int pFunctionID, int pErrorCode) Ctor.- Parameters:
pFunctionID-pErrorCode-
-
ReplyMessage
Ctor.- Parameters:
pFunctionID-pLangTag-pErrorCode-
-
ReplyMessage
Ctor.- Parameters:
pHeader-pErrorCode-
-
-
Method Details
-
getErrorCode
public int getErrorCode()getErrorCode- Returns:
- int
-
getResultIterator
getResultIterator- Returns:
- Iterator
-
getExceptionIterator
getExceptionIterator- Returns:
- Iterator
-