|
||||||||||
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.ServiceRegistration
public class ServiceRegistration
ServiceRegistration 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 | |
---|---|
ServiceRegistration(MsgHeader pHeader,
ServiceURL pServURL,
List<String> pScopeList,
List<ServiceLocationAttribute> pAttrList,
List<?> pAuthBlockList)
Ctor. |
|
ServiceRegistration(ServiceURL pServURL,
List<String> pScopeList,
List<ServiceLocationAttribute> pAttrList,
List<?> pAuthBlockList)
Ctor. |
|
ServiceRegistration(String pLangTag,
ServiceURL pServURL,
List<String> pScopeList,
List<ServiceLocationAttribute> pAttrList,
List<?> pAuthBlockList)
Ctor. |
Method Summary | |
---|---|
List<ServiceLocationAttribute> |
getAttributeList()
getAttributeList |
List<String> |
getScopeList()
getScopeList |
ServiceURL |
getServiceURL()
getServiceURL |
static SLPMessage |
parse(MsgHeader pHdr,
SLPInputStream pInStr)
parse |
protected boolean |
serializeBody(SLPOutputStream pOutStr,
SerializeOption pOption)
|
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 ServiceRegistration(ServiceURL pServURL, List<String> pScopeList, List<ServiceLocationAttribute> pAttrList, List<?> pAuthBlockList)
pServURL
- pScopeList
- - list of scope stringspAttrList
- - list of ServiceLocationAttributespAuthBlockList
- public ServiceRegistration(String pLangTag, ServiceURL pServURL, List<String> pScopeList, List<ServiceLocationAttribute> pAttrList, List<?> pAuthBlockList)
pLangTag
- pServURL
- pScopeList
- - list of scope stringspAttrList
- - list of ServiceLocationAttributespAuthBlockList
- public ServiceRegistration(MsgHeader pHeader, ServiceURL pServURL, List<String> pScopeList, List<ServiceLocationAttribute> pAttrList, List<?> pAuthBlockList)
pHeader
- pServURL
- pScopeList
- - list of scope stringspAttrList
- - list of ServiceLocationAttributespAuthBlockList
- Method Detail |
---|
public static SLPMessage parse(MsgHeader pHdr, SLPInputStream pInStr) throws ServiceLocationException, IOException
pHdr
- pInStr
-
ServiceLocationException
IOException
public ServiceURL getServiceURL()
public List<String> getScopeList()
public List<ServiceLocationAttribute> getAttributeList()
protected boolean serializeBody(SLPOutputStream pOutStr, SerializeOption pOption)
serializeBody
in class SLPMessage
pOption
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |