org.sblim.slp.internal.msg

Class ServiceTypeReply

public class ServiceTypeReply extends ReplyMessage

ServiceTypeReply message
Constructor Summary
ServiceTypeReply(int pErrorCode, List pServTypeList)
Ctor.
ServiceTypeReply(String pLangTag, int pErrorCode, List pServTypeList)
Ctor.
ServiceTypeReply(MsgHeader pHeader, int pErrorCode, List pServTypeList)
Ctor.
Method Summary
IteratorgetExceptionIterator()
IteratorgetResultIterator()
static SLPMessageparse(MsgHeader pHdr, SLPInputStream pInStr)
parse
protected booleanserializeBody(SLPOutputStream pOutStr, SerializeOption pOption)

Constructor Detail

ServiceTypeReply

public ServiceTypeReply(int pErrorCode, List pServTypeList)
Ctor.

Parameters: pErrorCode pServTypeList - list of ServiceTypes

ServiceTypeReply

public ServiceTypeReply(String pLangTag, int pErrorCode, List pServTypeList)
Ctor.

Parameters: pLangTag pErrorCode pServTypeList - list of ServiceTypes

ServiceTypeReply

public ServiceTypeReply(MsgHeader pHeader, int pErrorCode, List pServTypeList)
Ctor.

Parameters: pHeader pErrorCode pServTypeList - list of ServiceTypes

Method Detail

getExceptionIterator

public Iterator getExceptionIterator()

getResultIterator

public Iterator getResultIterator()

parse

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

Parameters: pHdr pInStr

Returns: SLPMessage

Throws: ServiceLocationException IOException

serializeBody

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