org.nakedobjects.remoting.server
Class ServerConnectionHandler

java.lang.Object
  extended by org.nakedobjects.remoting.server.ServerConnectionHandler

public class ServerConnectionHandler
extends java.lang.Object

Standard processing for processing an inbound Request and generating an outbound ResponseEnvelope (or some sort of Exception).

Used by the (socket transport) Worker and originally inlined; now factored out so can be reused by other transports, notably http.


Constructor Summary
ServerConnectionHandler(ServerConnection connection)
           
 
Method Summary
 void debug(DebugString debug)
           
 void handleRequest()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServerConnectionHandler

public ServerConnectionHandler(ServerConnection connection)
Method Detail

handleRequest

public void handleRequest()
                   throws java.io.IOException
Throws:
java.io.IOException

debug

public void debug(DebugString debug)


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