WebLogic Integration


com.bea.wlcfilesync
Class LwcDOMParser

java.lang.Object
  |
  +--com.bea.wlcfilesync.LwcDOMParser

public class LwcDOMParser
extends java.lang.Object

LwcDOMParser will take Light Weight Client XML config file and build a list of config information for each Light Weight Client.

Author:
Copyright © 2000, 2001 BEA Systems, Inc. All Rights Reserved.

Constructor Summary
LwcDOMParser()
           
 
Method Summary
 void createList(org.w3c.dom.Node node)
           This creates the trading partner light weight client config list and return it to calling program.
 java.util.HashMap prepareConfig(java.lang.String uri)
           This parses the file, and then returns the list i.e.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LwcDOMParser

public LwcDOMParser()
Method Detail

prepareConfig

public java.util.HashMap prepareConfig(java.lang.String uri)

This parses the file, and then returns the list i.e. HashMap of config information for Lwc's

Parameters:
uri - String URI of file to parse.

createList

public void createList(org.w3c.dom.Node node)

This creates the trading partner light weight client config list and return it to calling program.

Parameters:
node - Node object contains light weight File Sync Client configuration.

WebLogic Integration

WebLogic Integration (WLI)