|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.sblim.slp.internal.msg.SLPMessage
org.sblim.slp.internal.msg.ReplyMessage
org.sblim.slp.internal.msg.SAAdvert
public class SAAdvert
SAAdvert message
| Field Summary |
|---|
| Fields inherited from interface org.sblim.slp.internal.msg.FunctionIDs |
|---|
ATTR_RPLY, ATTR_RQST, DA_ADVERT, FIRST_ID, LAST_ID, SA_ADVERT, SRV_ACK, SRV_DEREG, SRV_REG, SRV_RPLY, SRV_RQST, SRV_TYPE_RPLY, SRV_TYPE_RQST |
| Constructor Summary | |
|---|---|
SAAdvert(MsgHeader pHeader,
java.lang.String pURLStr,
java.util.List<java.lang.String> pScopeList,
java.util.List<ServiceLocationAttribute> pAttrList)
Ctor. |
|
SAAdvert(java.lang.String pURLStr,
java.util.List<java.lang.String> pScopeList,
java.util.List<ServiceLocationAttribute> pAttrList)
Ctor. |
|
SAAdvert(java.lang.String pLangTag,
java.lang.String pURLStr,
java.util.List<java.lang.String> pScopeList,
java.util.List<ServiceLocationAttribute> pAttrList)
Ctor. |
|
| Method Summary | |
|---|---|
java.util.Iterator<java.lang.Exception> |
getExceptionIterator()
getExceptionIterator |
java.util.Iterator<java.lang.String> |
getResultIterator()
getResultIterator |
static SLPMessage |
parse(MsgHeader pHdr,
SLPInputStream pInStr)
parse |
protected boolean |
serializeBody(SLPOutputStream pOutStr,
SerializeOption pOption)
|
| Methods inherited from class org.sblim.slp.internal.msg.ReplyMessage |
|---|
getErrorCode |
| Methods inherited from class org.sblim.slp.internal.msg.SLPMessage |
|---|
fresh, getFunctionID, getHeader, getLangTag, getVersion, getXID, multicast, overflows, serialize, serialize, setXID, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public SAAdvert(java.lang.String pURLStr,
java.util.List<java.lang.String> pScopeList,
java.util.List<ServiceLocationAttribute> pAttrList)
pURLStr - pScopeList - - list of scope stringspAttrList - - list of ServiceLocationAttributes
public SAAdvert(java.lang.String pLangTag,
java.lang.String pURLStr,
java.util.List<java.lang.String> pScopeList,
java.util.List<ServiceLocationAttribute> pAttrList)
pLangTag - pURLStr - pScopeList - - list of scope stringspAttrList - - list of ServiceLocationAttributes
public SAAdvert(MsgHeader pHeader,
java.lang.String pURLStr,
java.util.List<java.lang.String> pScopeList,
java.util.List<ServiceLocationAttribute> pAttrList)
pHeader - pURLStr - pScopeList - - list of scope stringspAttrList - - list of ServiceLocationAttributes| Method Detail |
|---|
public static SLPMessage parse(MsgHeader pHdr,
SLPInputStream pInStr)
throws ServiceLocationException,
java.io.IOException
pHdr - pInStr -
ServiceLocationException
java.io.IOExceptionpublic java.util.Iterator<java.lang.String> getResultIterator()
ReplyMessage
getResultIterator in class ReplyMessage
protected boolean serializeBody(SLPOutputStream pOutStr,
SerializeOption pOption)
serializeBody in class SLPMessagepOption -
public java.util.Iterator<java.lang.Exception> getExceptionIterator()
ReplyMessage
getExceptionIterator in class ReplyMessage
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||