|
Betty v1.1.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface XmlRoot
Every XML representation that is able to create an associated EJB object, without any specific context (a parent EJB object for example), shall implement this interface.
Method Summary | |
---|---|
void |
accept(XmlVisitor visitor)
Accepts the specified XML visitor. |
Version |
getVersion()
Returns the associated version information, if any. |
void |
setVersion(Version version)
Initializes the associated version information. |
Method Detail |
---|
Version getVersion()
null
.setVersion(Version)
void setVersion(Version version)
version
- a version information. May be null
.getVersion()
void accept(XmlVisitor visitor) throws Exception
visitor
- a visitor. Shall not be null
.
NullPointerException
- if visitor
is null
.
Exception
- if any error occurs during the visit.
|
© 2008-2009 Christophe Delory | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |