Project JXTA

net.jxta.impl.protocol
Class SignedAdv

java.lang.Object
  extended bynet.jxta.document.Advertisement
      extended bynet.jxta.document.ExtendableAdvertisement
          extended bynet.jxta.protocol.SignedAdvertisement
              extended bynet.jxta.impl.protocol.SignedAdv

public class SignedAdv
extends SignedAdvertisement

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
(package private) SignedAdv()
          Use the Instantiator through the factory
(package private) 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()
Use the Instantiator through the factory


SignedAdv

SignedAdv(Element root)
Use the Instantiator through the factory

Method Detail

getAdvertisementType

public static String getAdvertisementType()
Returns the identifying type of this Advertisement.

Returns:
String the type of advertisement

getIndexFields

public final String[] getIndexFields()


getID

public ID getID()


handleElement

protected boolean handleElement(Element raw)


getDocument

public Document getDocument(MimeMediaType encodeAs)


JXTA J2SE