org.sblim.slp.internal

Class SLPServiceTypeReplyMessage

Implemented Interfaces:
ServiceLocationMessage

public class SLPServiceTypeReplyMessage
extends java.lang.Object
implements ServiceLocationMessage

SLPServiceTypeReplyMessage.java (C) Copyright IBM Corp. 2005, 2006 THIS FILE IS PROVIDED UNDER THE TERMS OF THE COMMON PUBLIC LICENSE ("AGREEMENT"). ANY USE, REPRODUCTION OR DISTRIBUTION OF THIS FILE CONSTITUTES RECIPIENTS ACCEPTANCE OF THE AGREEMENT. You can obtain a current copy of the Common Public License from http://www.opensource.org/licenses/cpl1.0.php

Constructor Summary

SLPServiceTypeReplyMessage(SLPHeaderV2 pHeader, DataInputStream pStream)

Method Summary

short
getErrorCode()
ServiceLocationHeader
getHeader()
Vector
getServiceTypes()
Getter for serviceTypes

Constructor Details

SLPServiceTypeReplyMessage

public SLPServiceTypeReplyMessage(SLPHeaderV2 pHeader,
                                  DataInputStream pStream)
            throws ServiceLocationException,
                   IOException

Method Details

getErrorCode

public short getErrorCode()
Specified by:
getErrorCode in interface ServiceLocationMessage

getHeader

public ServiceLocationHeader getHeader()
Specified by:
getHeader in interface ServiceLocationMessage

getServiceTypes

public Vector getServiceTypes()
Getter for serviceTypes
Returns:
Returns the serviceTypes.

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