org.sblim.slp.internal.msg

Class AttributeRequest

public class AttributeRequest extends RequestMessage

AttributeRequest message
Constructor Summary
AttributeRequest(SortedSet pPrevResponderSet, String pURLStr, List pScopeList, List pTagList, List pSPIList)
Ctor.
AttributeRequest(String pLangTag, SortedSet pPrevResponderSet, String pURLStr, List pScopeList, List pTagList, List pSPIList)
Ctor.
AttributeRequest(MsgHeader pHeader, SortedSet pPrevResponderSet, String pURLStr, List pScopeList, List pTagList, List pSPIList)
Ctor.
Method Summary
protected int[]getAllowedResponseIDs()
ServiceURLgetServiceURL()
getServiceURL
static SLPMessageparse(MsgHeader pHdr, SLPInputStream pInStr)
parse
protected booleanserializeRequestBody(SLPOutputStream pOutStr)

Constructor Detail

AttributeRequest

public AttributeRequest(SortedSet pPrevResponderSet, String pURLStr, List pScopeList, List pTagList, List pSPIList)
Ctor.

Parameters: pPrevResponderSet - set of address strings pURLStr pScopeList - list of scope strings pTagList pSPIList

AttributeRequest

public AttributeRequest(String pLangTag, SortedSet pPrevResponderSet, String pURLStr, List pScopeList, List pTagList, List pSPIList)
Ctor.

Parameters: pLangTag pPrevResponderSet - set of address strings pURLStr pScopeList - list of scope strings pTagList pSPIList

AttributeRequest

public AttributeRequest(MsgHeader pHeader, SortedSet pPrevResponderSet, String pURLStr, List pScopeList, List pTagList, List pSPIList)
Ctor.

Parameters: pHeader pPrevResponderSet - set of address strings pURLStr pScopeList - list of scope strings pTagList pSPIList

Method Detail

getAllowedResponseIDs

protected int[] getAllowedResponseIDs()

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

serializeRequestBody

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