org.sblim.slp.internal.msg
public class ServiceTypeReply extends ReplyMessage
| Constructor Summary | |
|---|---|
| ServiceTypeReply(int pErrorCode, List<ServiceType> pServTypeList)
Ctor.
| |
| ServiceTypeReply(String pLangTag, int pErrorCode, List<ServiceType> pServTypeList)
Ctor.
| |
| ServiceTypeReply(MsgHeader pHeader, int pErrorCode, List<ServiceType> pServTypeList)
Ctor.
| |
| Method Summary | |
|---|---|
| static SLPMessage | parse(MsgHeader pHdr, SLPInputStream pInStr)
parse
|
Parameters: pErrorCode pServTypeList - list of ServiceTypes
Parameters: pLangTag pErrorCode pServTypeList - list of ServiceTypes
Parameters: pHeader pErrorCode pServTypeList - list of ServiceTypes
Parameters: pHdr pInStr
Returns: SLPMessage
Throws: ServiceLocationException IOException