org.nakedobjects.remoting.client
Class SerializingOverSocketsProxyInstaller

java.lang.Object
  extended by org.nakedobjects.runtime.installers.InstallerAbstract
      extended by org.nakedobjects.runtime.persistence.PersistenceMechanismInstallerAbstract
          extended by org.nakedobjects.remoting.client.ProxyInstallerAbstract
              extended by org.nakedobjects.remoting.client.SerializingOverSocketsProxyInstaller
All Implemented Interfaces:
ApplicationScopedComponent, Component, Installer, ConfigurationBuilderAware, FacetDecoratorInstaller, AuthenticationManagerInstaller, AuthorizationManagerInstaller, InstallerLookupAware, PersistenceMechanismInstaller, PersistenceSessionFactoryDelegate, ClientConnectionInstaller

public class SerializingOverSocketsProxyInstaller
extends ProxyInstallerAbstract


Field Summary
 
Fields inherited from interface org.nakedobjects.runtime.remoting.ClientConnectionInstaller
TYPE
 
Constructor Summary
SerializingOverSocketsProxyInstaller()
           
 
Method Summary
protected  void addConfigurationResources(java.util.List<java.lang.String> configurationResources)
           
protected  ClientMarshaller createMarshaller(Transport transport)
          Mandatory hook method.
protected  Transport createTransport()
          Mandatory hook method.
 
Methods inherited from class org.nakedobjects.remoting.client.ProxyInstallerAbstract
createAuthenticationManager, createAuthorizationManager, createDecorators, createPersistenceSession, createPersistenceSessionFactory, createServerFacade, createTransactionManager, getEncoderDecoder
 
Methods inherited from class org.nakedobjects.runtime.persistence.PersistenceMechanismInstallerAbstract
createAdapterFactory, createAdapterManager, createContainer, createObjectFactory, createOidGenerator, createPersistenceSession, createRuntimeContext, createServicesInjector, getInstallerLookup, setInstallerLookup
 
Methods inherited from class org.nakedobjects.runtime.installers.InstallerAbstract
getConfiguration, getConfigurationResources, getName, getType, init, setConfiguration, setConfigurationBuilder, shutdown
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.nakedobjects.metamodel.commons.component.Installer
getConfigurationResources, getName, getType
 
Methods inherited from interface org.nakedobjects.metamodel.commons.component.ApplicationScopedComponent
init, shutdown
 
Methods inherited from interface org.nakedobjects.runtime.persistence.PersistenceSessionFactoryDelegate
createPersistenceSession
 
Methods inherited from interface org.nakedobjects.metamodel.commons.component.Installer
getConfigurationResources, getName, getType
 
Methods inherited from interface org.nakedobjects.metamodel.commons.component.ApplicationScopedComponent
init, shutdown
 
Methods inherited from interface org.nakedobjects.metamodel.commons.component.Installer
getConfigurationResources, getName, getType
 
Methods inherited from interface org.nakedobjects.metamodel.commons.component.ApplicationScopedComponent
init, shutdown
 
Methods inherited from interface org.nakedobjects.metamodel.commons.component.Installer
getConfigurationResources, getName, getType
 
Methods inherited from interface org.nakedobjects.metamodel.commons.component.ApplicationScopedComponent
init, shutdown
 

Constructor Detail

SerializingOverSocketsProxyInstaller

public SerializingOverSocketsProxyInstaller()
Method Detail

addConfigurationResources

protected void addConfigurationResources(java.util.List<java.lang.String> configurationResources)
Overrides:
addConfigurationResources in class InstallerAbstract

createTransport

protected Transport createTransport()
Description copied from class: ProxyInstallerAbstract
Mandatory hook method.

Specified by:
createTransport in class ProxyInstallerAbstract

createMarshaller

protected ClientMarshaller createMarshaller(Transport transport)
Description copied from class: ProxyInstallerAbstract
Mandatory hook method.

Specified by:
createMarshaller in class ProxyInstallerAbstract


Copyright © 2001-2009 Naked Objects Group Ltd.. All Rights Reserved.