org.sblim.slp.internal

Class SLPServiceDeregistration

Implemented Interfaces:
ServiceLocationMessage

public class SLPServiceDeregistration
extends java.lang.Object
implements ServiceLocationMessage

SLPServiceDeregistration.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

SLPServiceDeregistration(Locale pLocale, ServiceURL pServiceUrl, Vector pScopes, Vector pTagList)
SLPServiceDeregistration(ServiceLocationHeader pHeader, DataInputStream pStream)

Method Summary

short
getErrorCode()
ServiceLocationHeader
getHeader()
Vector
getTags()
Getter for tags
ServiceURL
getUrl()
Getter for url
Hashtable
getUrlSignature()
Getter for urlSignature
ServiceLocationMessage
makeReply()

Constructor Details

SLPServiceDeregistration

public SLPServiceDeregistration(Locale pLocale,
                                ServiceURL pServiceUrl,
                                Vector pScopes,
                                Vector pTagList)
            throws ServiceLocationException

SLPServiceDeregistration

public SLPServiceDeregistration(ServiceLocationHeader 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

getTags

public Vector getTags()
Getter for tags
Returns:
Returns the tags.

getUrl

public ServiceURL getUrl()
Getter for url
Returns:
Returns the url.

getUrlSignature

public Hashtable getUrlSignature()
Getter for urlSignature
Returns:
Returns the urlSignature.

makeReply

public ServiceLocationMessage makeReply()

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