org.gxos.config
Class GNDI

java.lang.Object
  |
  +--org.gxos.config.CommentType
        |
        +--org.gxos.config.GNDI
All Implemented Interfaces:
java.io.Serializable

public class GNDI
extends CommentType
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
GNDI()
           
 
Method Summary
 InitialContextFactory getInitialContextFactory()
           
 ProviderURL getProviderURL()
           
 SubJNDI getSubJNDI()
           
 boolean isValid()
           
 void marshal(org.xml.sax.DocumentHandler handler)
           
 void marshal(java.io.Writer out)
           
 void setInitialContextFactory(InitialContextFactory initialContextFactory)
           
 void setProviderURL(ProviderURL providerURL)
           
 void setSubJNDI(SubJNDI subJNDI)
           
static GNDI unmarshal(java.io.Reader reader)
           
 void validate()
           
 
Methods inherited from class org.gxos.config.CommentType
addComment, addComment, enumerateComment, getComment, getComment, getCommentCount, getContent, removeAllComment, removeComment, setComment, setComment, setContent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GNDI

public GNDI()
Method Detail

getInitialContextFactory

public InitialContextFactory getInitialContextFactory()

getProviderURL

public ProviderURL getProviderURL()

getSubJNDI

public SubJNDI getSubJNDI()

isValid

public boolean isValid()
Overrides:
isValid in class CommentType

marshal

public void marshal(java.io.Writer out)
             throws org.exolab.castor.xml.MarshalException,
                    org.exolab.castor.xml.ValidationException
Overrides:
marshal in class CommentType
Parameters:
out -  

marshal

public void marshal(org.xml.sax.DocumentHandler handler)
             throws org.exolab.castor.xml.MarshalException,
                    org.exolab.castor.xml.ValidationException
Overrides:
marshal in class CommentType
Parameters:
handler -  

setInitialContextFactory

public void setInitialContextFactory(InitialContextFactory initialContextFactory)
Parameters:
initialContextFactory -  

setProviderURL

public void setProviderURL(ProviderURL providerURL)
Parameters:
providerURL -  

setSubJNDI

public void setSubJNDI(SubJNDI subJNDI)
Parameters:
subJNDI -  

unmarshal

public static GNDI unmarshal(java.io.Reader reader)
                      throws org.exolab.castor.xml.MarshalException,
                             org.exolab.castor.xml.ValidationException
Parameters:
reader -  

validate

public void validate()
              throws org.exolab.castor.xml.ValidationException
Overrides:
validate in class CommentType