org.sblim.slp.internal
Class SLPServiceDeregistration

java.lang.Object
  extended by org.sblim.slp.internal.SLPServiceDeregistration

public class SLPServiceDeregistration
extends java.lang.Object


Constructor Summary
SLPServiceDeregistration(java.util.Locale pLocale, ServiceURL pServiceUrl, java.util.Vector pScopes, java.util.Vector pTagList)
           
SLPServiceDeregistration(ServiceLocationHeader pHeader, java.io.DataInputStream pStream)
           
 
Method Summary
 short getErrorCode()
           
 ServiceLocationHeader getHeader()
           
 java.util.Vector getTags()
          Getter for tags
 ServiceURL getUrl()
          Getter for url
 java.util.Hashtable getUrlSignature()
          Getter for urlSignature
 org.sblim.slp.internal.ServiceLocationMessage makeReply()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SLPServiceDeregistration

public SLPServiceDeregistration(java.util.Locale pLocale,
                                ServiceURL pServiceUrl,
                                java.util.Vector pScopes,
                                java.util.Vector pTagList)
                         throws ServiceLocationException
Throws:
ServiceLocationException

SLPServiceDeregistration

public SLPServiceDeregistration(ServiceLocationHeader pHeader,
                                java.io.DataInputStream pStream)
                         throws ServiceLocationException,
                                java.io.IOException
Throws:
ServiceLocationException
java.io.IOException
Method Detail

makeReply

public org.sblim.slp.internal.ServiceLocationMessage makeReply()

getErrorCode

public short getErrorCode()

getHeader

public ServiceLocationHeader getHeader()

getTags

public java.util.Vector getTags()
Getter for tags

Returns:
Returns the tags.

getUrl

public ServiceURL getUrl()
Getter for url

Returns:
Returns the url.

getUrlSignature

public java.util.Hashtable getUrlSignature()
Getter for urlSignature

Returns:
Returns the urlSignature.


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