org.nakedobjects.remoting.client
Interface ClientConnection

All Superinterfaces:
ApplicationScopedComponent, Component
All Known Implementing Classes:
ClientConnectionDefault, PipedClient

public interface ClientConnection
extends ApplicationScopedComponent

Mediates between a running system (which has Requests that need servicing) and the ClientMarshaller that pushes the requests onto the network and pulls them back.

See Also:
ServerConnection

Method Summary
 ResponseEnvelope executeRemotely(Request request)
           
 
Methods inherited from interface org.nakedobjects.metamodel.commons.component.ApplicationScopedComponent
init, shutdown
 

Method Detail

executeRemotely

ResponseEnvelope executeRemotely(Request request)


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