com.sun.jbi.binding.jms.config |
Shasta SOAP binding: Package com.sun.jbi.binding.soap.config
This package contains a number of classes and interfaces and defines a
framework for reading data from a configuration file. An XML reader
implementation, which reads configuration information, has been provided as part
of this package.
|
Java Source File Name | Type | Comment |
Config.java | Class | This object defines the JMS binding's runtime configuration information. |
ConfigConstants.java | Interface | This class holds all the information used for deployment in JMS
binding. |
ConfigElement.java | Interface | Represents a configuration element. |
XMLConfigElement.java | Class | Represents a XML element node which contain one or more element nodes in it.
All XML element nodes which only text node are represented as properties of
the enclosing node. |
XMLReader.java | Class | This configuration reader implementation maps a physical XML file
representation to a ConfigReader's tree representation. |