|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.openejb.alt.config.sys.Resource
Constructor Summary | |
Resource()
|
Method Summary | |
java.lang.String |
getContent()
Returns the value of field 'content'. |
java.lang.String |
getId()
Returns the value of field 'id'. |
java.lang.String |
getJar()
Returns the value of field 'jar'. |
java.lang.String |
getJndi()
Returns the value of field 'jndi'. |
boolean |
isValid()
|
void |
marshal(org.xml.sax.DocumentHandler handler)
|
void |
marshal(java.io.Writer out)
|
void |
setContent(java.lang.String content)
Sets the value of field 'content'. |
void |
setId(java.lang.String id)
Sets the value of field 'id'. |
void |
setJar(java.lang.String jar)
Sets the value of field 'jar'. |
void |
setJndi(java.lang.String jndi)
Sets the value of field 'jndi'. |
static Resource |
unmarshal(java.io.Reader reader)
|
void |
validate()
|
Methods inherited from class java.lang.Object |
|
Constructor Detail |
public Resource()
Method Detail |
public java.lang.String getContent()
public java.lang.String getId()
public java.lang.String getJar()
public java.lang.String getJndi()
public boolean isValid()
public void marshal(java.io.Writer out) throws org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
out
- public void marshal(org.xml.sax.DocumentHandler handler) throws org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
handler
- public void setContent(java.lang.String content)
content
- the value of field 'content'.public void setId(java.lang.String id)
id
- the value of field 'id'.public void setJar(java.lang.String jar)
jar
- the value of field 'jar'.public void setJndi(java.lang.String jndi)
jndi
- the value of field 'jndi'.public static Resource unmarshal(java.io.Reader reader) throws org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
reader
- public void validate() throws org.exolab.castor.xml.ValidationException
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |