org.sblim.slp.internal.msg
public class ServiceRegistration extends SLPMessage
Constructor Summary | |
---|---|
ServiceRegistration(ServiceURL pServURL, List<String> pScopeList, List<ServiceLocationAttribute> pAttrList, List<?> pAuthBlockList)
Ctor.
| |
ServiceRegistration(String pLangTag, ServiceURL pServURL, List<String> pScopeList, List<ServiceLocationAttribute> pAttrList, List<?> pAuthBlockList)
Ctor.
| |
ServiceRegistration(MsgHeader pHeader, ServiceURL pServURL, List<String> pScopeList, List<ServiceLocationAttribute> pAttrList, List<?> pAuthBlockList)
Ctor.
|
Method Summary | |
---|---|
List<ServiceLocationAttribute> | getAttributeList()
getAttributeList
|
List<String> | getScopeList()
getScopeList
|
ServiceURL | getServiceURL()
getServiceURL
|
static SLPMessage | parse(MsgHeader pHdr, SLPInputStream pInStr)
parse
|
Parameters: pServURL pScopeList - list of scope strings pAttrList - list of ServiceLocationAttributes pAuthBlockList
Parameters: pLangTag pServURL pScopeList - list of scope strings pAttrList - list of ServiceLocationAttributes pAuthBlockList
Parameters: pHeader pServURL pScopeList - list of scope strings pAttrList - list of ServiceLocationAttributes pAuthBlockList
Returns: List
Returns: List
Returns: ServiceURL
Parameters: pHdr pInStr
Returns: SLPMessage
Throws: ServiceLocationException IOException