org.sblim.slp.internal
Class SLPServiceRegistration

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

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


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

SLPServiceRegistration

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

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

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