org.nakedobjects.remoting.protocol
Interface ServerMarshaller

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

public interface ServerMarshaller
extends Marshaller


Method Summary
 Request readRequest()
           
 void sendError(NakedObjectException exception)
           
 void sendResponse(java.lang.Object response)
           
 
Methods inherited from interface org.nakedobjects.metamodel.commons.component.ApplicationScopedComponent
init, shutdown
 

Method Detail

readRequest

Request readRequest()
                    throws java.io.IOException
Throws:
java.io.IOException

sendResponse

void sendResponse(java.lang.Object response)
                  throws java.io.IOException
Throws:
java.io.IOException

sendError

void sendError(NakedObjectException exception)
               throws java.io.IOException
Throws:
java.io.IOException


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