| org.apache.geronimo.connector.deployment.jsr88.Connector15DCBRoot
Connector15DCBRoot | public class Connector15DCBRoot extends DConfigBeanRootSupport (Code) | | Represents "/" in a Geronimo Connector deployment plan (geronimo-ra.xml).
The only function here is to navigate to an appropriate "Connector"
DConfigBean.
version: $Rev: 476049 $ $Date: 2006-11-16 20:35:17 -0800 (Thu, 16 Nov 2006) $ |
SCHEMA_TYPE_LOADER | final static SchemaTypeLoader SCHEMA_TYPE_LOADER(Code) | | |
Connector15DCBRoot | public Connector15DCBRoot(DDBeanRoot ddBean)(Code) | | |
getConnectorDocument | GerConnectorDocument getConnectorDocument()(Code) | | |
getDConfigBean | public DConfigBean getDConfigBean(DDBean bean) throws ConfigurationException(Code) | | |
getSchemaTypeLoader | protected SchemaTypeLoader getSchemaTypeLoader()(Code) | | |
toXML | public void toXML(OutputStream outputStream) throws IOException(Code) | | A little trickery -- on a save event, temporarily remove any config-property-setting
elements with a null value, and then immediately replace them again. This is because
we don't want to write them out as null, but we also want to keep the objects in
sync 1:1 with the config params declared in the J2EE deployment descriptor.
|
|
|