org.sblim.slp.internal.msg

Class AttributeRequest

public class AttributeRequest extends RequestMessage

AttributeRequest message
Constructor Summary
AttributeRequest(SortedSet<String> pPrevResponderSet, String pURLStr, List<String> pScopeList, List<String> pTagList, List<String> pSPIList)
Ctor.
AttributeRequest(String pLangTag, SortedSet<String> pPrevResponderSet, String pURLStr, List<String> pScopeList, List<String> pTagList, List<String> pSPIList)
Ctor.
AttributeRequest(MsgHeader pHeader, SortedSet<String> pPrevResponderSet, String pURLStr, List<String> pScopeList, List<String> pTagList, List<String> pSPIList)
Ctor.
Method Summary
ServiceURLgetServiceURL()
getServiceURL
static SLPMessageparse(MsgHeader pHdr, SLPInputStream pInStr)
parse

Constructor Detail

AttributeRequest

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

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

AttributeRequest

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

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

AttributeRequest

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

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

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.