|
Project JXTA | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.jxta.document.Advertisement
net.jxta.document.ExtendableAdvertisement
net.jxta.protocol.SignedAdvertisement
net.jxta.impl.protocol.SignedAdv
public class SignedAdv
A container for signed Advertisements
Nested Class Summary | |
---|---|
static class |
SignedAdv.Instantiator
Instantiator for PlatformConfig |
Field Summary |
---|
Fields inherited from class net.jxta.protocol.SignedAdvertisement |
---|
adv, signer |
Constructor Summary | |
---|---|
SignedAdv()
Use the Instantiator through the factory |
|
SignedAdv(Element root)
Use the Instantiator through the factory |
Method Summary | |
---|---|
static String |
getAdvertisementType()
Returns the identifying type of this Advertisement. |
Document |
getDocument(MimeMediaType encodeAs)
|
ID |
getID()
|
String[] |
getIndexFields()
|
protected boolean |
handleElement(Element raw)
|
Methods inherited from class net.jxta.protocol.SignedAdvertisement |
---|
getAdvertisement, getBaseAdvType, getSigner, setAdvertisement, setSigner |
Methods inherited from class net.jxta.document.Advertisement |
---|
clone, getAdvType, toString |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
SignedAdv()
SignedAdv(Element root)
Method Detail |
---|
public static String getAdvertisementType()
public final String[] getIndexFields()
getIndexFields
in class Advertisement
public ID getID()
getID
in class Advertisement
protected boolean handleElement(Element raw)
handleElement
in class ExtendableAdvertisement
public Document getDocument(MimeMediaType encodeAs)
getDocument
in class ExtendableAdvertisement
|
JXTA J2SE | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |