org.sblim.slp.internal.msg
Class SAAdvert

java.lang.Object
  extended by org.sblim.slp.internal.msg.SLPMessage
      extended by org.sblim.slp.internal.msg.ReplyMessage
          extended by org.sblim.slp.internal.msg.SAAdvert
All Implemented Interfaces:
FunctionIDs

public class SAAdvert
extends ReplyMessage

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, String pURLStr, List<String> pScopeList, List<ServiceLocationAttribute> pAttrList)
          Ctor.
SAAdvert(String pURLStr, List<String> pScopeList, List<ServiceLocationAttribute> pAttrList)
          Ctor.
SAAdvert(String pLangTag, String pURLStr, List<String> pScopeList, List<ServiceLocationAttribute> pAttrList)
          Ctor.
 
Method Summary
 Iterator<Exception> getExceptionIterator()
          getExceptionIterator
 Iterator<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

SAAdvert

public SAAdvert(String pURLStr,
                List<String> pScopeList,
                List<ServiceLocationAttribute> pAttrList)
Ctor.

Parameters:
pURLStr -
pScopeList - - list of scope strings
pAttrList - - list of ServiceLocationAttributes

SAAdvert

public SAAdvert(String pLangTag,
                String pURLStr,
                List<String> pScopeList,
                List<ServiceLocationAttribute> pAttrList)
Ctor.

Parameters:
pLangTag -
pURLStr -
pScopeList - - list of scope strings
pAttrList - - list of ServiceLocationAttributes

SAAdvert

public SAAdvert(MsgHeader pHeader,
                String pURLStr,
                List<String> pScopeList,
                List<ServiceLocationAttribute> pAttrList)
Ctor.

Parameters:
pHeader -
pURLStr -
pScopeList - - list of scope strings
pAttrList - - list of ServiceLocationAttributes
Method Detail

parse

public static SLPMessage parse(MsgHeader pHdr,
                               SLPInputStream pInStr)
                        throws ServiceLocationException,
                               IOException
parse

Parameters:
pHdr -
pInStr -
Returns:
SLPMessage
Throws:
ServiceLocationException
IOException

getResultIterator

public Iterator<String> getResultIterator()
Description copied from class: ReplyMessage
getResultIterator

Specified by:
getResultIterator in class ReplyMessage
Returns:
Iterator

serializeBody

protected boolean serializeBody(SLPOutputStream pOutStr,
                                SerializeOption pOption)
Specified by:
serializeBody in class SLPMessage
Parameters:
pOption -
Returns:
true if all data is written into pOStr (all data fits into size limit)

getExceptionIterator

public Iterator<Exception> getExceptionIterator()
Description copied from class: ReplyMessage
getExceptionIterator

Specified by:
getExceptionIterator in class ReplyMessage
Returns:
Iterator


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