org.nakedobjects.remoting.protocol
Interface ClientMarshaller

All Superinterfaces:
ApplicationScopedComponent, Component, Marshaller
All Known Implementing Classes:
EncodingMarshaller, MarshallerAbstract, SerializingMarshaller

public interface ClientMarshaller
extends Marshaller


Method Summary
 void connect()
           
 void disconnect()
           
 java.lang.Object request(Request request)
           
 
Methods inherited from interface org.nakedobjects.metamodel.commons.component.ApplicationScopedComponent
init, shutdown
 

Method Detail

connect

void connect()
             throws java.io.IOException
Throws:
java.io.IOException

request

java.lang.Object request(Request request)
                         throws java.io.IOException
Throws:
java.io.IOException

disconnect

void disconnect()


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