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