org.sblim.slp.internal.msg

Class MsgFactory

public class MsgFactory extends Object implements FunctionIDs

MsgFactory
Method Summary
static SLPMessageparse(Socket pSock)
parse
static SLPMessageparse(InputStream pInStr)
parse
static SLPMessageparse(DatagramPacket pPacket)
parse
static SLPMessageparse(SLPInputStream pInStr)
parse

Method Detail

parse

public static SLPMessage parse(Socket pSock)
parse

Parameters: pSock

Returns: SLPMessage

Throws: ServiceLocationException IOException

parse

public static SLPMessage parse(InputStream pInStr)
parse

Parameters: pInStr

Returns: SLPMessage

Throws: ServiceLocationException IOException

parse

public static SLPMessage parse(DatagramPacket pPacket)
parse

Parameters: pPacket

Returns: SLPMessage

Throws: ServiceLocationException IOException

parse

public static SLPMessage parse(SLPInputStream pInStr)
parse

Parameters: pInStr

Returns: SLPMessage

Throws: ServiceLocationException IOException

Copyright © 2005, 2010 IBM Corporation. All Rights Reserved.