This object contains factory methods for each
Java content interface and Java element interface
generated in the com.nabhinc.portal.config package.
An ObjectFactory allows you to programatically
construct new instances of the Java representation
for XML content. The Java representation of XML
content can consist of schema derived interfaces
and classes representing the binding of schema
type definitions, element declarations and model
groups. Factory methods for each of these are
provided in this class.
Get the specified property. This method can only be
used to get provider specific properties.
Attempting to get an undefined property will result
in a PropertyException being thrown.
Parameters: name - the name of the property to retrievethe value of the requested property throws: PropertyException - when there is an error retrieving the given property or value
Create an instance of the specified Java content interface.
Parameters: javaContentInterface - the Class object of the javacontent interface to instantiatea new instance throws: JAXBException - if an error occurs
Set the specified property. This method can only be
used to set provider specific properties.
Attempting to set an undefined property will result
in a PropertyException being thrown.
Parameters: value - the value of the property to be set Parameters: name - the name of the property to retrieve throws: PropertyException - when there is an error processing the given property or value
Methods inherited from com.nabhinc.portal.config.impl.runtime.DefaultJAXBContextImpl