| Modifier and Type | Field and Description |
|---|---|
protected HashMap<String,RootXMLNode> |
BundleDescriptor.rootNodes |
| Modifier and Type | Method and Description |
|---|---|
RootXMLNode |
BundleDescriptor.getRootNode(String ddPath) |
| Modifier and Type | Method and Description |
|---|---|
void |
BundleDescriptor.addRootNode(String ddPath,
RootXMLNode rootNode) |
| Modifier and Type | Method and Description |
|---|---|
RootXMLNode |
PermissionsDeploymentDescriptorFile.getRootXMLNode(Descriptor descriptor) |
RootXMLNode |
PersistenceDeploymentDescriptorFile.getRootXMLNode(Descriptor descriptor) |
RootXMLNode |
AppClientDeploymentDescriptorFile.getRootXMLNode(Descriptor descriptor) |
RootXMLNode |
ConnectorDeploymentDescriptorFile.getRootXMLNode(Descriptor descriptor) |
RootXMLNode |
ApplicationDeploymentDescriptorFile.getRootXMLNode(Descriptor descriptor) |
RootXMLNode |
JaxrpcMappingDeploymentDescriptorFile.getRootXMLNode(JaxrpcMappingDescriptor descriptor) |
abstract RootXMLNode<T> |
DeploymentDescriptorFile.getRootXMLNode(T descriptor) |
| Modifier and Type | Method and Description |
|---|---|
RootXMLNode |
GFAppClientRuntimeDDFile.getRootXMLNode(Descriptor descriptor) |
RootXMLNode |
ApplicationRuntimeDDFile.getRootXMLNode(Descriptor descriptor) |
RootXMLNode |
WLSApplicationRuntimeDDFile.getRootXMLNode(Descriptor descriptor) |
RootXMLNode |
AppClientRuntimeDDFile.getRootXMLNode(Descriptor descriptor) |
RootXMLNode |
ConnectorRuntimeDDFile.getRootXMLNode(Descriptor descriptor) |
RootXMLNode |
WLSWebServicesDeploymentDescriptorFile.getRootXMLNode(Descriptor descriptor) |
RootXMLNode |
GFApplicationRuntimeDDFile.getRootXMLNode(Descriptor descriptor) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractBundleNode<T extends RootDeploymentDescriptor>
This class defines all the common behaviour among nodes responsibles for
handling bundles
|
class |
ApplicationNode
This class is responsible for loading and saving XML elements
|
class |
JaxrpcMappingDescriptorNode
Root node for jaxrpc mapping deployment descriptor
|
class |
PermissionsNode |
class |
PersistenceNode
Represents the top level node, i.e.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
J2EEDocumentBuilder.write(Descriptor descriptor,
RootXMLNode node,
File resultFile) |
static void |
J2EEDocumentBuilder.write(Descriptor descriptor,
RootXMLNode node,
OutputStream os) |
static void |
J2EEDocumentBuilder.write(Descriptor descriptor,
RootXMLNode node,
Result output) |
| Modifier and Type | Class and Description |
|---|---|
class |
AppClientNode
This class is responsible for handling app clients
|
| Modifier and Type | Class and Description |
|---|---|
class |
ConnectorNode
The top connector node class
|
| Modifier and Type | Class and Description |
|---|---|
class |
AppClientRuntimeNode
This node is responsible for saving all J2EE RI runtime
information for app clients
|
class |
GFAppClientRuntimeNode
This node is responsible for handling all runtime information for
application client.
|
class |
RuntimeBundleNode<T extends RootDeploymentDescriptor> |
| Modifier and Type | Class and Description |
|---|---|
class |
ApplicationRuntimeNode
This node handles all runtime-information pertinent to applications
The reading needs to be backward compatible with J2EE 1.2 and 1.3
where all runtime information was saved at the .ear file level in an
unique sun-ri.xml file.
|
class |
GFApplicationRuntimeNode
This node is responsible for handling all runtime information for
application.
|
| Modifier and Type | Class and Description |
|---|---|
class |
WeblogicApplicationNode
This node is responsible for handling all WebLogic runtime information for application.
|
| Modifier and Type | Class and Description |
|---|---|
class |
WLWebServicesDescriptorNode
Node representing weblogic-webservices root element in weblogic-webservices.xml
|
| Modifier and Type | Method and Description |
|---|---|
RootXMLNode<EjbBundleDescriptorImpl> |
EjbRuntimeDDFile.getRootXMLNode(Descriptor descriptor) |
RootXMLNode<EjbBundleDescriptorImpl> |
EjbDeploymentDescriptorFile.getRootXMLNode(Descriptor descriptor) |
RootXMLNode<EjbBundleDescriptorImpl> |
GFEjbRuntimeDDFile.getRootXMLNode(Descriptor descriptor) |
| Modifier and Type | Class and Description |
|---|---|
class |
EjbBundleNode
This class handles ejb bundle xml files
|
| Modifier and Type | Class and Description |
|---|---|
class |
EjbBundleRuntimeNode
This node handles runtime deployment descriptors for ejb bundle
|
class |
GFEjbBundleRuntimeNode
This node is responsible for handling all runtime information for
ejb.
|
| Modifier and Type | Method and Description |
|---|---|
RootXMLNode<WebBundleDescriptorImpl> |
WebDeploymentDescriptorFile.getRootXMLNode(WebBundleDescriptorImpl descriptor) |
RootXMLNode<WebFragmentDescriptor> |
WebFragmentDeploymentDescriptorFile.getRootXMLNode(WebFragmentDescriptor descriptor) |
| Modifier and Type | Method and Description |
|---|---|
RootXMLNode |
GFWebRuntimeDDFile.getRootXMLNode(Descriptor descriptor) |
RootXMLNode |
PayaraWebRuntimeDDFile.getRootXMLNode(Descriptor descriptor) |
RootXMLNode |
WebRuntimeDDFile.getRootXMLNode(Descriptor descriptor) |
| Modifier and Type | Class and Description |
|---|---|
class |
WebBundleNode
This node is responsible for handling the web-app xml tree
|
class |
WebCommonNode<T extends WebBundleDescriptorImpl>
This node is responsible for handling the web-common xml tree
|
class |
WebFragmentNode
This node is responsible for handling the web-fragment xml tree
|
| Modifier and Type | Class and Description |
|---|---|
class |
GFWebBundleRuntimeNode
This node is responsible for handling all runtime information for web bundle.
|
class |
PayaraWebBundleRuntimeNode
This class is responsible for handling payara-web.xml in the web bundle
|
class |
WebBundleRuntimeNode
This node is responsible for handling all runtime information for web bundle.
|
| Modifier and Type | Method and Description |
|---|---|
RootXMLNode |
WebServicesDeploymentDescriptorFile.getRootXMLNode(Descriptor descriptor) |
| Modifier and Type | Class and Description |
|---|---|
class |
WebServicesDescriptorNode
Root node for web services deployment descriptor
|
Copyright © 2019. All rights reserved.