Interface | Description |
---|---|
BundleNode |
Contract for all BundleNode implementations.
|
JndiEnvRefNode<T> |
This interface will specify methods which will be implemented by the
module specific services for reading/writing deployment descriptors.
|
RootXMLNode<T> |
This interface defines all the protocol associated with a root node
of an XML file.
|
SubNode<T> |
This is the base interface for the JndiEnvRefNodes like ServiceReferenceNode so that
the implementation can lie in their respective modules
|
VersionUpgrade |
This interface defines the processing used to upgrade an older
configuration file to the latest version.
|
XMLNode<T> |
This interface defines the protocol associated with all the nodes.
|
Class | Description |
---|---|
AbstractBundleNode<T extends RootDeploymentDescriptor> |
This class defines all the common behaviour among nodes responsibles for
handling bundles
|
AdministeredObjectDefinitionNode |
This class handles all information related to the administered-object xml tag
|
ApplicationNode |
This class is responsible for loading and saving XML elements
|
ConfigurableNode |
ConfigurableNode able to treat dispatch element values to descriptors based
on initialized values
|
ConnectionFactoryDefinitionNode | |
DataSourceDefinitionNode | |
DataSourceNameVersionUpgrade |
This interface defines the processing used to upgrade
data-source-name to the latest version
One element name is matched:
"weblogic-application/jdbc-connection-pool/data-source-name" is replaced by
"weblogic-application/jdbc-connection-pool/data-source-jndi-name".
|
DeploymentDescriptorNode<T> |
Superclass of all Nodes implementation
XMLNode implementation represents all the DOL classes responsible for
handling the XML deployment descriptors.
|
DescriptorFactory |
This class is responsible for instantiating Descriptor classes
|
DisplayableComponentNode<T extends Descriptor> |
This node class is responsible for handling all the information
related to displayable elements like display-name or icons.
|
EjbLocalReferenceNode |
This node handles all information relative to ejb-local-ref
|
EjbReferenceNode |
This class handles all information in the ejb-reference xml node
|
EntityManagerFactoryReferenceNode |
This node handles all persistence-unit-ref xml tag elements
|
EntityManagerReferenceNode |
This node handles all persistence-context-ref xml tag elements
|
EnvEntryNode |
This node is responsible for handling all env-entry related xml tags
|
IconNode | |
InjectionTargetNode |
This node handles all information relative to the injection-target element
|
J2EEDocumentBuilder |
This class is responsible for producing DOM document instances from
the descriptor classes
|
JaxrpcMappingDescriptorNode |
Root node for jaxrpc mapping deployment descriptor
|
JMSConnectionFactoryDefinitionNode | |
JMSDestinationDefinitionNode | |
LifecycleCallbackNode |
This node handles all information relative to injection-complete xml tag
|
LocalizedInfoNode |
This node handles the descriptionType xml fragment
|
LocalizedNode |
This class is responsible for handling the xml lang attribute of
an xml element
|
MailSessionNode |
Created by IntelliJ IDEA.
|
MessageDestinationNode |
This class handles all information related to the message-destination
xml tag
|
MessageDestinationRefNode |
This class handles all information related to the message-destination-ref
xml tag
|
MethodNode |
This class handle the method element
|
ModuleNode |
This node is responsible for handling the module xml fragment from
application.xml files
|
NameValuePairNode |
This class handles a name-value property
|
PermissionItemNode | |
PermissionsNode | |
PersistenceNode |
Represents the top level node, i.e.
|
PersistenceUnitNode |
This node is responsible for reading details about one
|
PropertiesNode |
This node is responsible for handling property (name, value)
DTD elements to java.util.Properties mapping
|
RemoveVersionUpgrade |
This class implements VersionUpgrade and can be used as a
convenience class to cause an element name to be removed.
|
ReplaceVersionUpgrade |
This class implements VersionUpgrade and can be used as a
convenience class to cause one element name to be replaced by
another keeping the value
|
ResourceEnvRefNode |
This class handles all information related to the resource-env-ref
xml tag
|
ResourcePropertyNode |
Created with IntelliJ IDEA.
|
ResourceRefNode |
This node handles all resource-ref xml tag elements
|
RunAsNode |
This class handles the run-as xml fragment
|
SaxParserHandler |
This class implements all the callbacks for the SAX Parser in JAXP 1.1
|
SaxParserHandlerBundled |
Provides access to schemas and DTDs to Java Web Start-launched app clients
that do not have an app server product installation at hand.
|
SaxParserHandlerFactory |
Provides the appropriate implementation depending on the current
runtime environment.
|
SecurityRoleNode | |
SecurityRoleRefNode |
This class handles the DD xml security-role-ref tag
|
StartMdbsWithApplicationVersionUpgrade |
This interface defines the processing used to upgrade
start-mdbs-with-application to the latest version
|
XMLElement |
This class represents a XML element in an XML file
|
Enum | Description |
---|---|
VersionUpgrade.UpgradeType |
Copyright © 2018. All rights reserved.