com.sun.jbi.binding.jms.deploy |
Shasta SOAP binding: Package com.sun.jbi.binding.soap.deploy
This package contains a number of classes and interfaces required for deploying
endpoints.
The Deployment persistence mechanism has been isolated from the
Deployment Registry interface so that both can vary independently. The persistance
mechanism chosed to persist the deployment information is configured in
configuration file "config.xml" present in [INSTALL_ROOT]/config directory.
Currently only one method SimpleImplementation is supported.
There is currently support for XML configuration file based deployment.
|
Java Source File Name | Type | Comment |
ConfigReader.java | Class | Reads the configuration file endpoints.xml and loads the data into the
EndpointBean objects. |
DeployDescriptorReader.java | Class | This class reads the SU jbi.xml and loads up the values. |
DeployHelper.java | Class | This class ia a Helper clas to do deployment. |
EndpointRegistry.java | Class | Simple Deployment Registry implementation. |
JMSBindingSUManager.java | Class | This class handles deployments to the JMS binding. |
RegistryCacheImpl.java | Class | This is a registry which maintains the servicename, endpoint name across
the bean object. |
RegistryImplementor.java | Interface | This interface isolates the registry implementation from its API so that
both of them can vary independently. |
SimpleRegistryImpl.java | Class | This is a very simple registry implementation.
author: Sun Microsystems. |
UtilBase.java | Class | Base class for all utility. |
WSDL11FileReader.java | Class | Reads the configuration file file.xml and loads the data. |
WSDLFileReader.java | Class | Reads the configuration file file.xml and loads the data. |
WSDLFileValidator.java | Class | This class is uses to validate the configuration file supplied during
deployment conforms to the schema. |