org.sblim.slp.internal.msg

Class ServiceDeregistration

public class ServiceDeregistration extends SLPMessage

ServiceDeregistration message
Constructor Summary
ServiceDeregistration(List<String> pScopeList, ServiceURL pURL, List<String> pTagList)
Ctor.
ServiceDeregistration(String pLangTag, List<String> pScopeList, ServiceURL pURL, List<String> pTagList)
Ctor.
ServiceDeregistration(MsgHeader pHeader, List<String> pScopeList, ServiceURL pURL, List<String> pTagList)
Ctor.
Method Summary
ServiceURLgetServiceURL()
getServiceURL
static SLPMessageparse(MsgHeader pHdr, SLPInputStream pInStr)
parse

Constructor Detail

ServiceDeregistration

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

Parameters: pScopeList - list of scope strings pURL pTagList

ServiceDeregistration

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

Parameters: pLangTag pScopeList - list of scope strings pURL pTagList

ServiceDeregistration

public ServiceDeregistration(MsgHeader pHeader, List<String> pScopeList, ServiceURL pURL, List<String> pTagList)
Ctor.

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

Copyright © 2005, 2010 IBM Corporation. All Rights Reserved.