Project JXTA

net.jxta.impl.protocol
Class ModuleSpecAdv

java.lang.Object
  extended by net.jxta.document.Advertisement
      extended by net.jxta.document.ExtendableAdvertisement
          extended by net.jxta.protocol.ModuleSpecAdvertisement
              extended by net.jxta.impl.protocol.ModuleSpecAdv
All Implemented Interfaces:
Cloneable

public class ModuleSpecAdv
extends ModuleSpecAdvertisement


Nested Class Summary
static class ModuleSpecAdv.Instantiator
           
 
Constructor Summary
ModuleSpecAdv()
           
ModuleSpecAdv(Element root)
           
 
Method Summary
 Document getDocument(MimeMediaType encodeAs)
          
 String[] getIndexFields()
          
protected  boolean handleElement(Element raw)
          
 
Methods inherited from class net.jxta.protocol.ModuleSpecAdvertisement
clone, getAdvertisementType, getAuthSpecID, getBaseAdvType, getCreator, getDescription, getID, getModuleSpecID, getName, getParam, getParamPriv, getPipeAdvertisement, getProxySpecID, getSpecURI, getVersion, setAuthSpecID, setCreator, setDescription, setModuleSpecID, setName, setParam, setPipeAdvertisement, setProxySpecID, setSpecURI, setVersion
 
Methods inherited from class net.jxta.document.Advertisement
getAdvType, toString
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ModuleSpecAdv

public ModuleSpecAdv()

ModuleSpecAdv

public ModuleSpecAdv(Element root)
Method Detail

handleElement

protected boolean handleElement(Element raw)

Overrides:
handleElement in class ExtendableAdvertisement

getDocument

public Document getDocument(MimeMediaType encodeAs)

Overrides:
getDocument in class ExtendableAdvertisement

getIndexFields

public final String[] getIndexFields()

Specified by:
getIndexFields in class Advertisement

JXTA J2SE