org.nakedobjects.remoting.protocol
Interface ServerMarshaller
- All Superinterfaces:
- ApplicationScopedComponent, Component, Marshaller
- All Known Implementing Classes:
- EncodingMarshaller, MarshallerAbstract, SerializingMarshaller
public interface ServerMarshaller
- extends Marshaller
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.