Uses of Class
org.sblim.slp.ServiceLocationAttribute
-
Packages that use ServiceLocationAttribute Package Description org.sblim.slp This package contains the external API of the SLP library.org.sblim.slp.internal Internal implementation of the SLP library.org.sblim.slp.internal.msg -
-
Uses of ServiceLocationAttribute in org.sblim.slp
Methods in org.sblim.slp with parameters of type ServiceLocationAttribute Modifier and Type Method Description void
ServiceLocationAttributeVerifier. verifyAttribute(ServiceLocationAttribute pAttribute)
Verify that the attribute matches the template definition. -
Uses of ServiceLocationAttribute in org.sblim.slp.internal
Methods in org.sblim.slp.internal with parameters of type ServiceLocationAttribute Modifier and Type Method Description static java.lang.String
AttributeHandler. buildString(ServiceLocationAttribute pAttr)
-
Uses of ServiceLocationAttribute in org.sblim.slp.internal.msg
Methods in org.sblim.slp.internal.msg that return ServiceLocationAttribute Modifier and Type Method Description ServiceLocationAttribute
SLPInputStream. readAttribute()
readAttribute
-