org.nakedobjects.remoting.server
Class SerializingOverSocketsViewer

java.lang.Object
  extended by org.nakedobjects.runtime.viewer.NakedObjectsViewerAbstract
      extended by org.nakedobjects.remoting.server.SocketsViewerAbstract
          extended by org.nakedobjects.remoting.server.SerializingOverSocketsViewer
All Implemented Interfaces:
ApplicationScopedComponent, Component, DebugInfo, ConfigurationBuilderAware, InstallerLookupAware, NakedObjectsViewer

public class SerializingOverSocketsViewer
extends SocketsViewerAbstract


Constructor Summary
SerializingOverSocketsViewer(ObjectEncoderDecoder objectEncoderDecoder)
           
 
Method Summary
protected  ServerConnection createServerConnection(java.io.InputStream input, java.io.OutputStream output, ServerFacade serverFacade)
          Hook method.
 
Methods inherited from class org.nakedobjects.remoting.server.SocketsViewerAbstract
debugData, debugTitle, init, isShutdown, shutdown
 
Methods inherited from class org.nakedobjects.runtime.viewer.NakedObjectsViewerAbstract
clearAuthenticationRequestViaArgs, ensureDependenciesInjected, getAuthenticationManager, getAuthenticationRequestViaArgs, getConfiguration, getConfigurationBuilder, getDeploymentType, getLogonFixture, getWebAppSpecification, setConfigurationBuilder, setInstallerLookup
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SerializingOverSocketsViewer

public SerializingOverSocketsViewer(ObjectEncoderDecoder objectEncoderDecoder)
Method Detail

createServerConnection

protected ServerConnection createServerConnection(java.io.InputStream input,
                                                  java.io.OutputStream output,
                                                  ServerFacade serverFacade)
Description copied from class: SocketsViewerAbstract
Hook method.

Specified by:
createServerConnection in class SocketsViewerAbstract


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