org.sblim.slp.internal
Class ServiceTable

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

public class ServiceTable
extends java.lang.Object


Constructor Summary
ServiceTable()
           
 
Method Summary
 org.sblim.slp.internal.ServiceLocationMessage deregister(SLPServiceDeregistration pServiceRegistration)
           
 org.sblim.slp.internal.ServiceLocationMessage findAttributes(org.sblim.slp.internal.SLPAttributeRequestMessage pAttributeMsg)
           
 org.sblim.slp.internal.ServiceLocationMessage findServices(SLPServiceRequestMessage pServiceMsg)
           
 org.sblim.slp.internal.ServiceLocationMessage findServiceTypes(org.sblim.slp.internal.SLPServiceTypeRequestMessage pTypeMsg)
           
 org.sblim.slp.internal.ServiceLocationMessage makeDAAdvert(SLPServiceRequestMessage pServiceMsg, java.net.InetAddress pInetAddress, SLPConfig pSlpConfig)
           
 org.sblim.slp.internal.ServiceLocationMessage makeSAAdvert(SLPServiceRequestMessage pServiceMsg, java.net.InetAddress pInetAddress)
           
 org.sblim.slp.internal.ServiceLocationMessage register(SLPServiceRegistration pServiceRegistration)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServiceTable

public ServiceTable()
Method Detail

deregister

public org.sblim.slp.internal.ServiceLocationMessage deregister(SLPServiceDeregistration pServiceRegistration)

findAttributes

public org.sblim.slp.internal.ServiceLocationMessage findAttributes(org.sblim.slp.internal.SLPAttributeRequestMessage pAttributeMsg)

findServices

public org.sblim.slp.internal.ServiceLocationMessage findServices(SLPServiceRequestMessage pServiceMsg)

findServiceTypes

public org.sblim.slp.internal.ServiceLocationMessage findServiceTypes(org.sblim.slp.internal.SLPServiceTypeRequestMessage pTypeMsg)

makeDAAdvert

public org.sblim.slp.internal.ServiceLocationMessage makeDAAdvert(SLPServiceRequestMessage pServiceMsg,
                                                                  java.net.InetAddress pInetAddress,
                                                                  SLPConfig pSlpConfig)

makeSAAdvert

public org.sblim.slp.internal.ServiceLocationMessage makeSAAdvert(SLPServiceRequestMessage pServiceMsg,
                                                                  java.net.InetAddress pInetAddress)
                                                           throws ServiceLocationException
Throws:
ServiceLocationException

register

public org.sblim.slp.internal.ServiceLocationMessage register(SLPServiceRegistration pServiceRegistration)


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