org.sblim.slp.internal
Class SLPServiceRegistration

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

public class SLPServiceRegistration
extends java.lang.Object


Constructor Summary
SLPServiceRegistration(boolean pFresh, java.util.Locale pLocale, ServiceURL pServiceUrl, java.util.Vector pScopes, java.util.Vector pAttributes)
           
SLPServiceRegistration(ServiceLocationHeader pHeader, java.io.DataInputStream pStream)
           
 
Method Summary
 java.util.Vector getAttributes()
          Getter for attributes
 short getErrorCode()
           
 ServiceLocationHeader getHeader()
           
 java.lang.String getServiceType()
          Getter for serviceType
 ServiceURL getUrl()
          Getter for url
 java.util.Hashtable getUrlSignature()
          Getter for urlSignature
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SLPServiceRegistration

public SLPServiceRegistration(boolean pFresh,
                              java.util.Locale pLocale,
                              ServiceURL pServiceUrl,
                              java.util.Vector pScopes,
                              java.util.Vector pAttributes)
                       throws ServiceLocationException
Throws:
ServiceLocationException

SLPServiceRegistration

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

getErrorCode

public short getErrorCode()

getHeader

public ServiceLocationHeader getHeader()

getAttributes

public java.util.Vector getAttributes()
Getter for attributes

Returns:
Returns the attributes.

getServiceType

public java.lang.String getServiceType()
Getter for serviceType

Returns:
Returns the serviceType.

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.