|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.exolab.jms.config.ConnectorResource
Class ConnectorResource.
Constructor Summary | |
ConnectorResource()
|
Method Summary | |
Admin |
getAdmin()
Returns the value of field 'admin'. |
java.lang.String |
getDescription()
Returns the value of field 'description'. |
Jndi |
getJndi()
Returns the value of field 'jndi'. |
SchemeType |
getScheme()
Returns the value of field 'scheme'. |
Server |
getServer()
Returns the value of field 'server'. |
boolean |
isValid()
Method isValid |
void |
marshal(org.xml.sax.ContentHandler handler)
Method marshal |
void |
marshal(java.io.Writer out)
Method marshal |
void |
setAdmin(Admin admin)
Sets the value of field 'admin'. |
void |
setDescription(java.lang.String description)
Sets the value of field 'description'. |
void |
setJndi(Jndi jndi)
Sets the value of field 'jndi'. |
void |
setScheme(SchemeType scheme)
Sets the value of field 'scheme'. |
void |
setServer(Server server)
Sets the value of field 'server'. |
static ConnectorResource |
unmarshal(java.io.Reader reader)
Method unmarshal |
void |
validate()
Method validate |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ConnectorResource()
Method Detail |
public Admin getAdmin()
public java.lang.String getDescription()
public Jndi getJndi()
public SchemeType getScheme()
public Server getServer()
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.ContentHandler handler) throws java.io.IOException, org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
handler
- public void setAdmin(Admin admin)
admin
- the value of field 'admin'.public void setDescription(java.lang.String description)
description
- the value of field 'description'.public void setJndi(Jndi jndi)
jndi
- the value of field 'jndi'.public void setScheme(SchemeType scheme)
scheme
- the value of field 'scheme'.public void setServer(Server server)
server
- the value of field 'server'.public static ConnectorResource 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 |