org.nakedobjects.plugins.xstream.client
Class XStreamOverSocketsProxyDecoratorInstaller

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.plugins.xstream.client.XStreamOverSocketsProxyDecoratorInstaller
All Implemented Interfaces:
ApplicationScopedComponent, Component, Installer, ConfigurationBuilderAware, FacetDecoratorInstaller, AuthenticationManagerInstaller, AuthorizationManagerInstaller, InstallerLookupAware, PersistenceMechanismInstaller, PersistenceSessionFactoryDelegate, ClientConnectionInstaller

public class XStreamOverSocketsProxyDecoratorInstaller
extends ProxyInstallerAbstract


Field Summary
 
Fields inherited from interface org.nakedobjects.runtime.remoting.ClientConnectionInstaller
TYPE
 
Constructor Summary
XStreamOverSocketsProxyDecoratorInstaller()
           
 
Method Summary
protected  void addConfigurationResources(java.util.List<java.lang.String> configurationResources)
           
protected  ClientMarshaller createMarshaller(Transport transport)
           
protected  Transport createTransport()
           
 
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

XStreamOverSocketsProxyDecoratorInstaller

public XStreamOverSocketsProxyDecoratorInstaller()
Method Detail

addConfigurationResources

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

createTransport

protected Transport createTransport()
Specified by:
createTransport in class ProxyInstallerAbstract

createMarshaller

protected ClientMarshaller createMarshaller(Transport transport)
Specified by:
createMarshaller in class ProxyInstallerAbstract


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