org.sblim.slp.internal.msg

Class ServiceDeregistration

public class ServiceDeregistration extends SLPMessage

ServiceDeregistration message
Constructor Summary
ServiceDeregistration(List pScopeList, ServiceURL pURL, List pTagList)
Ctor.
ServiceDeregistration(String pLangTag, List pScopeList, ServiceURL pURL, List pTagList)
Ctor.
ServiceDeregistration(MsgHeader pHeader, List pScopeList, ServiceURL pURL, List pTagList)
Ctor. used by message parser.
Method Summary
ServiceURLgetServiceURL()
getServiceURL
static SLPMessageparse(MsgHeader pHdr, SLPInputStream pInStr)
parse
protected booleanserializeBody(SLPOutputStream pOutStr, SerializeOption pOption)

Constructor Detail

ServiceDeregistration

public ServiceDeregistration(List pScopeList, ServiceURL pURL, List pTagList)
Ctor.

Parameters: pScopeList - list of scope strings pURL pTagList

ServiceDeregistration

public ServiceDeregistration(String pLangTag, List pScopeList, ServiceURL pURL, List pTagList)
Ctor.

Parameters: pLangTag pScopeList - list of scope strings pURL pTagList

ServiceDeregistration

public ServiceDeregistration(MsgHeader pHeader, List pScopeList, ServiceURL pURL, List pTagList)
Ctor. used by message parser.

Parameters: pHeader pScopeList - list of scope strings pURL pTagList

Method Detail

getServiceURL

public ServiceURL getServiceURL()
getServiceURL

Returns: ServiceURL

parse

public static SLPMessage parse(MsgHeader pHdr, SLPInputStream pInStr)
parse

Parameters: pHdr pInStr

Returns: SLPMessage

Throws: ServiceLocationException IOException

serializeBody

protected boolean serializeBody(SLPOutputStream pOutStr, SerializeOption pOption)
Copyright © 2005, 2009 IBM Corporation. All Rights Reserved.