org.sblim.slp.internal.msg

Class ServiceTypeRequest

public class ServiceTypeRequest extends RequestMessage

ServiceTypeRequest message
Constructor Summary
ServiceTypeRequest(SortedSet pPrevResponderSet, String pNamingAuth, List pScopeList)
Ctor.
ServiceTypeRequest(String pLangTag, SortedSet pPrevResponderSet, String pNamingAuth, List pScopeList)
Ctor.
ServiceTypeRequest(MsgHeader pHeader, SortedSet pPrevResponderSet, String pNamingAuth, List pScopeList)
Ctor.
Method Summary
protected int[]getAllowedResponseIDs()
static SLPMessageparse(MsgHeader pHdr, SLPInputStream pInStr)
parse
protected booleanserializeRequestBody(SLPOutputStream pOutStr)

Constructor Detail

ServiceTypeRequest

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

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

ServiceTypeRequest

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

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

ServiceTypeRequest

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

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

Method Detail

getAllowedResponseIDs

protected int[] getAllowedResponseIDs()

parse

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

Parameters: pHdr pInStr

Returns: SLPMessage

Throws: ServiceLocationException IOException

serializeRequestBody

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