Class WLServiceRefNode

  • All Implemented Interfaces:
    XMLNode

    public class WLServiceRefNode
    extends DeploymentDescriptorNode
    This node is responsible for handling runtime info for service references from weblogic DD
    Author:
    Rama Pulavarthi
    • Constructor Detail

      • WLServiceRefNode

        public WLServiceRefNode()
    • Method Detail

      • writeDescriptor

        public Node writeDescriptor​(Node parent,
                                    String nodeName,
                                    ServiceReferenceDescriptor serviceRef)
        write the descriptor class to a DOM tree and return it
        Parameters:
        parent - node for the DOM tree
        nodeName - for the descriptor
        serviceRef - the descriptor to write
        Returns:
        the DOM tree top node
      • writeServiceReferences

        public static void writeServiceReferences​(Node parent,
                                                  JndiNameEnvironment descriptor)
        writes all the runtime information for service references
        Parameters:
        parent - node to add the runtime xml info
        descriptor - the J2EE component containing service references