org.nakedobjects.plugins.xstream.shared
Class XStreamMarshaller
java.lang.Object
org.nakedobjects.remoting.protocol.MarshallerAbstract
org.nakedobjects.plugins.xstream.shared.XStreamMarshaller
- All Implemented Interfaces:
- ApplicationScopedComponent, Component, ClientMarshaller, Marshaller, ServerMarshaller
public class XStreamMarshaller
- extends MarshallerAbstract
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XStreamMarshaller
public XStreamMarshaller(NakedObjectConfiguration configuration,
Transport transport)
connect
public void connect()
throws java.io.IOException
- Specified by:
connect in interface ClientMarshaller- Overrides:
connect in class MarshallerAbstract
- Throws:
java.io.IOException
request
public java.lang.Object request(Request request)
throws java.io.IOException
- Throws:
java.io.IOException
readRequest
public Request readRequest()
throws java.io.IOException
- Throws:
java.io.IOException
sendError
public void sendError(NakedObjectException exception)
throws java.io.IOException
- Throws:
java.io.IOException
sendResponse
public void sendResponse(java.lang.Object response)
throws java.io.IOException
- Throws:
java.io.IOException
Copyright © 2001-2009 Naked Objects Group Ltd.. All Rights Reserved.