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, java.lang.String pLangTag, int pErrorCode) Ctor.ReplyMessage
(MsgHeader pHeader, int pErrorCode) Ctor. -
Method Summary
Modifier and TypeMethodDescriptionint
getErrorCodeabstract java.util.Iterator<?>
getExceptionIteratorabstract java.util.Iterator<?>
getResultIteratorMethods inherited from class org.sblim.slp.internal.msg.SLPMessage
fresh, getFunctionID, getHeader, getLangTag, getVersion, getXID, multicast, overflows, serialize, serialize, serializeBody, setXID, toString
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Constructor Details
-
ReplyMessage
public ReplyMessage(int pFunctionID, int pErrorCode) Ctor.- Parameters:
pFunctionID
-pErrorCode
-
-
ReplyMessage
public ReplyMessage(int pFunctionID, java.lang.String pLangTag, int pErrorCode) Ctor.- Parameters:
pFunctionID
-pLangTag
-pErrorCode
-
-
ReplyMessage
Ctor.- Parameters:
pHeader
-pErrorCode
-
-
-
Method Details
-
getErrorCode
public int getErrorCode()getErrorCode- Returns:
- int
-
getResultIterator
public abstract java.util.Iterator<?> getResultIterator()getResultIterator- Returns:
- Iterator
-
getExceptionIterator
public abstract java.util.Iterator<?> getExceptionIterator()getExceptionIterator- Returns:
- Iterator
-