org.sblim.slp.internal.msg
public class ServiceDeregistration extends SLPMessage
ATTR_RPLY, ATTR_RQST, DA_ADVERT, FIRST_ID, LAST_ID, SA_ADVERT, SRV_ACK, SRV_DEREG, SRV_REG, SRV_RPLY, SRV_RQST, SRV_TYPE_RPLY, SRV_TYPE_RQST
Constructor and Description |
---|
ServiceDeregistration(List<String> pScopeList,
ServiceURL pURL,
List<String> pTagList)
Ctor.
|
ServiceDeregistration(MsgHeader pHeader,
List<String> pScopeList,
ServiceURL pURL,
List<String> pTagList)
Ctor.
|
ServiceDeregistration(String pLangTag,
List<String> pScopeList,
ServiceURL pURL,
List<String> pTagList)
Ctor.
|
Modifier and Type | Method and Description |
---|---|
ServiceURL |
getServiceURL()
getServiceURL
|
static SLPMessage |
parse(MsgHeader pHdr,
SLPInputStream pInStr)
parse
|
protected boolean |
serializeBody(SLPOutputStream pOutStr,
SerializeOption pOption) |
fresh, getFunctionID, getHeader, getLangTag, getVersion, getXID, multicast, overflows, serialize, serialize, setXID, toString
public ServiceDeregistration(List<String> pScopeList, ServiceURL pURL, List<String> pTagList)
pScopeList
- - list of scope stringspURL
- pTagList
- public ServiceDeregistration(String pLangTag, List<String> pScopeList, ServiceURL pURL, List<String> pTagList)
pLangTag
- pScopeList
- - list of scope stringspURL
- pTagList
- public static SLPMessage parse(MsgHeader pHdr, SLPInputStream pInStr) throws ServiceLocationException, IOException
pHdr
- pInStr
- ServiceLocationException
IOException
public ServiceURL getServiceURL()
protected boolean serializeBody(SLPOutputStream pOutStr, SerializeOption pOption)
serializeBody
in class SLPMessage
pOption
- Copyright © 2005, 2009 IBM Corporation. All Rights Reserved.