org.sblim.slp.internal.msg

Class ServiceTypeRequest

public class ServiceTypeRequest extends RequestMessage

ServiceTypeRequest message
Constructor Summary
ServiceTypeRequest(SortedSet<String> pPrevResponderSet, String pNamingAuth, List<String> pScopeList)
Ctor.
ServiceTypeRequest(String pLangTag, SortedSet<String> pPrevResponderSet, String pNamingAuth, List<String> pScopeList)
Ctor.
ServiceTypeRequest(MsgHeader pHeader, SortedSet<String> pPrevResponderSet, String pNamingAuth, List<String> pScopeList)
Ctor.
Method Summary
static SLPMessageparse(MsgHeader pHdr, SLPInputStream pInStr)
parse

Constructor Detail

ServiceTypeRequest

public ServiceTypeRequest(SortedSet<String> pPrevResponderSet, String pNamingAuth, List<String> pScopeList)
Ctor.

Parameters: pPrevResponderSet - set of address strings pNamingAuth pScopeList - set of scope strings

ServiceTypeRequest

public ServiceTypeRequest(String pLangTag, SortedSet<String> pPrevResponderSet, String pNamingAuth, List<String> pScopeList)
Ctor.

Parameters: pLangTag pPrevResponderSet - set of address strings pNamingAuth pScopeList - set of scope strings

ServiceTypeRequest

public ServiceTypeRequest(MsgHeader pHeader, SortedSet<String> pPrevResponderSet, String pNamingAuth, List<String> pScopeList)
Ctor.

Parameters: pHeader pPrevResponderSet - set of address strings pNamingAuth pScopeList - set of scope strings

Method Detail

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.