|
Project JXTA | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Interface for instantiators of Advertisements
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. |
Method Detail |
public String getAdvertisementType()
public Advertisement newInstance()
Advertisement
matching the type
specified by the advertisementType
parameter.
Advertisement
.public Advertisement newInstance(Element root)
Advertisement
matching the type
specified by the advertisementType
parameter.
root
- Specifies a portion of a @link StructuredDocument} which
will be converted into an Advertisement.
Advertisement
.
|
JXTA J2SE | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |