| Assembly Reference | Description |
|---|---|
| Common.Logging | |
| mscorlib | |
| mscorlib | |
| Spring.Core | |
| System | |
| System.Configuration | |
| System.EnterpriseServices | |
| System.Web.Services | |
| System.Xml |
| Namespace | Description |
|---|---|
| Spring.EnterpriseServices | Missing <summary> Documentation for Spring.EnterpriseServices |
| Spring.Remoting | Missing <summary> Documentation for Spring.Remoting |
| Spring.Remoting.Config | Missing <summary> Documentation for Spring.Remoting.Config |
| Spring.Remoting.Support | Missing <summary> Documentation for Spring.Remoting.Support |
| Spring.Web.Services | Missing <summary> Documentation for Spring.Web.Services |
| Class | Description |
|---|---|
| BaseRemoteObject | This class extends MarshalByRefObject to allow users to define object lifecycle details by simply setting its properties. |
| CaoExporter | Registers an object type on the server as a Client Activated Object (CAO). |
| CaoExporter.BaseCao | This class extends BaseRemoteObject to allow CAOs to be disconnect from the client. |
| CaoFactoryObject | Factory for creating a reference to a client activated object (CAO). |
| ConfigurableLifetime | Configurable implementation of the ILifetime interface. |
| EnterpriseServicesExporter | Exports components as ServicedComponents using the specified ServicedComponentExporters. |
| ExeConfigurationSystem | SUBJECT TO CHANGE -FOR INTERNAL USE ONLY! Holds configuration information from a given configuration file, obtained by OpenExeConfiguration. You may use SetConfigurationSystem to replace the active configuration system. |
| RemoteObjectFactory | Factory for creating MarshalByRefObject wrapper around target class. |
| RemotingConfigurer | Convenience class to configure remoting infrastructure from the IoC container. |
| RemotingNamespaceParser | Implementation of the custom configuration parser for remoting definitions. |
| SaoExporter | Publishes an instance of an object under a given url as a Server Activated Object (SAO). |
| SaoFactoryObject | Factory for creating a reference to a remote server activated object (SAO). |
| ServicedComponentContextHandler | Handles loading of <spring/context> configuration sections for ServicedComponents generated by EnterpriseServicesExporter. |
| ServicedComponentExporter | Encapsulates information necessary to create ServicedComponent wrapper around target class. |
| ServicedComponentFactory | Factory Object that instantiates and configures ServicedComponent. |
| ServicedComponentHelper | This class supports ServicedComponents exported using EnterpriseServicesExporter. and must never be used directly. |
| WebServiceProxyFactory | Factory Object that dynamically implements service interface for web service. |
| Interface | Description |
|---|---|
| ICaoRemoteFactory | Interface for a CAO based object factory. |
| ILifetime | Defines lifetime's properties of remote objects that is used by Spring. |