|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.sblim.slp.internal.SLPServiceRequestMessage
public class SLPServiceRequestMessage
Constructor Summary | |
---|---|
SLPServiceRequestMessage(java.util.Locale pLocale,
ServiceType pServiceType,
java.util.Vector pScopes,
java.lang.String pQuery)
|
|
SLPServiceRequestMessage(ServiceLocationHeader pHeader,
java.io.DataInputStream pStream)
|
Method Summary | |
---|---|
short |
getErrorCode()
|
ServiceLocationHeader |
getHeader()
|
java.lang.String |
getQuery()
Getter for query |
ServiceType |
getServiceType()
Getter for serviceType |
java.util.Vector |
getServiceURLs()
Getter for serviceURLs |
java.lang.String |
getSpi()
Getter for spi |
ServiceURL |
getUrl()
Getter for url |
org.sblim.slp.internal.ServiceLocationMessage |
makeReply(java.util.Vector pUrls)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SLPServiceRequestMessage(java.util.Locale pLocale, ServiceType pServiceType, java.util.Vector pScopes, java.lang.String pQuery) throws ServiceLocationException
ServiceLocationException
public SLPServiceRequestMessage(ServiceLocationHeader pHeader, java.io.DataInputStream pStream) throws ServiceLocationException, java.io.IOException
ServiceLocationException
java.io.IOException
Method Detail |
---|
public org.sblim.slp.internal.ServiceLocationMessage makeReply(java.util.Vector pUrls) throws ServiceLocationException
ServiceLocationException
public short getErrorCode()
public ServiceLocationHeader getHeader()
public java.lang.String getQuery()
public ServiceType getServiceType()
public java.util.Vector getServiceURLs()
public java.lang.String getSpi()
public ServiceURL getUrl()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |