org.sblim.slp.internal
Class SLPServiceDeregistration

java.lang.Object
  extended byorg.sblim.slp.internal.SLPServiceDeregistration
All Implemented Interfaces:
org.sblim.slp.internal.ServiceLocationMessage

public class SLPServiceDeregistration
extends java.lang.Object
implements org.sblim.slp.internal.ServiceLocationMessage


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

SLPServiceDeregistration

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

makeReply

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

getErrorCode

public short getErrorCode()
Specified by:
getErrorCode in interface org.sblim.slp.internal.ServiceLocationMessage

getHeader

public ServiceLocationHeader getHeader()
Specified by:
getHeader in interface org.sblim.slp.internal.ServiceLocationMessage

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, 2007 IBM Corporation. All Rights Reserved.