org.sblim.slp.internal.msg

Class ServiceAcknowledgment

public class ServiceAcknowledgment extends ReplyMessage

ServiceAcknowledgment message
Constructor Summary
ServiceAcknowledgment(int pErrorCode)
Ctor.
ServiceAcknowledgment(String pLangTag, int pErrorCode)
Ctor.
ServiceAcknowledgment(MsgHeader pHeader, int pErrorCode)
Ctor.
Method Summary
static SLPMessageparse(MsgHeader pHdr, SLPInputStream pInStr)
parse

Constructor Detail

ServiceAcknowledgment

public ServiceAcknowledgment(int pErrorCode)
Ctor.

Parameters: pErrorCode

ServiceAcknowledgment

public ServiceAcknowledgment(String pLangTag, int pErrorCode)
Ctor.

Parameters: pLangTag pErrorCode

ServiceAcknowledgment

public ServiceAcknowledgment(MsgHeader pHeader, int pErrorCode)
Ctor.

Parameters: pHeader pErrorCode

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.