org.sblim.slp.internal.msg
public class ServiceRegistration extends SLPMessage
| Constructor Summary | |
|---|---|
| ServiceRegistration(ServiceURL pServURL, List pScopeList, List pAttrList, List pAuthBlockList)
Ctor.
| |
| ServiceRegistration(String pLangTag, ServiceURL pServURL, List pScopeList, List pAttrList, List pAuthBlockList)
Ctor.
| |
| ServiceRegistration(MsgHeader pHeader, ServiceURL pServURL, List pScopeList, List pAttrList, List pAuthBlockList)
Ctor.
| |
| Method Summary | |
|---|---|
| List | getAttributeList()
getAttributeList
|
| List | getScopeList()
getScopeList
|
| ServiceURL | getServiceURL()
getServiceURL
|
| static SLPMessage | parse(MsgHeader pHdr, SLPInputStream pInStr)
parse
|
| protected boolean | serializeBody(SLPOutputStream pOutStr, SerializeOption pOption) |
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