org.sblim.slp.internal.msg
public class ServiceReply extends ReplyMessage
Constructor Summary | |
---|---|
ServiceReply(int pErrorCode, List pURLEntries)
Ctor.
| |
ServiceReply(String pLangTag, int pErrorCode, List pURLEntries, List pURLExceptions)
Ctor.
| |
ServiceReply(MsgHeader pHeader, int pErrorCode, List pURLEntries, List pURLExceptions)
Ctor.
|
Method Summary | |
---|---|
Iterator | getExceptionIterator()
getExceptionIterator
|
Iterator | getResultIterator()
getResultIterator
|
List | getURLEntries()
getURLEntries
|
List | getURLExceptions()
getURLExceptions
|
static SLPMessage | parse(MsgHeader pHdr, SLPInputStream pInStr)
parse
|
protected boolean | serializeBody(SLPOutputStream pOutStr, SerializeOption pOption) |
Parameters: pErrorCode pURLEntries - list of ServiceURLs
Parameters: pLangTag pErrorCode pURLEntries - list of ServiceURLs pURLExceptions - list of URL Exceptions
Parameters: pHeader pErrorCode pURLEntries - list of ServiceURLs pURLExceptions - list of URL Exceptions
Returns: iterator of URL Exception list
Returns: iterator of URL Exception list
Returns: list of ServiceURLs
Returns: list of URL Exceptions
Parameters: pHdr pInStr
Returns: SLPMessage
Throws: ServiceLocationException IOException