org.sblim.slp.internal.msg
public class ServiceTypeReply 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 |
|---|
ServiceTypeReply(int pErrorCode,
java.util.List pServTypeList)
Ctor.
|
ServiceTypeReply(MsgHeader pHeader,
int pErrorCode,
java.util.List pServTypeList)
Ctor.
|
ServiceTypeReply(java.lang.String pLangTag,
int pErrorCode,
java.util.List pServTypeList)
Ctor.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Iterator |
getExceptionIterator()
getExceptionIterator
|
java.util.Iterator |
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 ServiceTypeReply(int pErrorCode,
java.util.List pServTypeList)
pErrorCode - pServTypeList - - list of ServiceTypespublic ServiceTypeReply(java.lang.String pLangTag,
int pErrorCode,
java.util.List pServTypeList)
pLangTag - pErrorCode - pServTypeList - - list of ServiceTypespublic ServiceTypeReply(MsgHeader pHeader, int pErrorCode, java.util.List pServTypeList)
pHeader - pErrorCode - pServTypeList - - list of ServiceTypespublic static SLPMessage parse(MsgHeader pHdr, SLPInputStream pInStr) throws ServiceLocationException, java.io.IOException
pHdr - pInStr - ServiceLocationExceptionjava.io.IOExceptionpublic java.util.Iterator getResultIterator()
ReplyMessagegetResultIterator in class ReplyMessageprotected boolean serializeBody(SLPOutputStream pOutStr, SerializeOption pOption)
serializeBody in class SLPMessagepublic java.util.Iterator getExceptionIterator()
ReplyMessagegetExceptionIterator in class ReplyMessageCopyright © 2005, 2009 IBM Corporation. All Rights Reserved.