|
Project JXTA | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.jxta.impl.protocol.PSEConfigAdv.Instantiator
Instantiator for PlatformConfig
Constructor Summary | |
PSEConfigAdv.Instantiator()
|
Method Summary | |
String |
getAdvertisementType()
Returns the identifying type of this Advertisement. |
Advertisement |
newInstance()
Constructs an instance of Advertisement matching the type
specified by the advertisementType parameter. |
Advertisement |
newInstance(Element root)
Constructs an instance of Advertisement matching the type
specified by the advertisementType parameter. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public PSEConfigAdv.Instantiator()
Method Detail |
public String getAdvertisementType()
getAdvertisementType
in interface AdvertisementFactory.Instantiator
public Advertisement newInstance()
Advertisement
matching the type
specified by the advertisementType
parameter.
newInstance
in interface AdvertisementFactory.Instantiator
Advertisement
or null if it
could not be created.public Advertisement newInstance(Element root)
Advertisement
matching the type
specified by the advertisementType
parameter.
newInstance
in interface AdvertisementFactory.Instantiator
root
- Specifies a portion of a StructuredDocument which will be
converted into an Advertisement.
Advertisement
or null if it
could not be created.
|
JXTA J2SE | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |