org.sblim.slp.internal.msg
public class ServiceReply extends ReplyMessage
Constructor Summary | |
---|---|
ServiceReply(int pErrorCode, List<ServiceURL> pURLEntries)
Ctor.
| |
ServiceReply(String pLangTag, int pErrorCode, List<ServiceURL> pURLEntries, List<Exception> pURLExceptions)
Ctor.
| |
ServiceReply(MsgHeader pHeader, int pErrorCode, List<ServiceURL> pURLEntries, List<Exception> pURLExceptions)
Ctor.
|
Method Summary | |
---|---|
List<ServiceURL> | getURLEntries()
getURLEntries
|
List<Exception> | getURLExceptions()
getURLExceptions
|
static SLPMessage | parse(MsgHeader pHdr, SLPInputStream pInStr)
parse
|
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: list of ServiceURLs
Returns: list of URL Exceptions
Parameters: pHdr pInStr
Returns: SLPMessage
Throws: ServiceLocationException IOException