mx4j.tools.remote.caucho

Interface CauchoOutput

public interface CauchoOutput

Version:
$

Method Summary

void
completeCall()
void
completeReply()
void
startCall()
void
startReply()
void
writeFault(Throwable fault)
void
writeHeader(String header)
void
writeMethod(String methodName)
void
writeObject(Object object)

Method Details

completeCall

public void completeCall()
            throws IOException


completeReply

public void completeReply()
            throws IOException


startCall

public void startCall()
            throws IOException


startReply

public void startReply()
            throws IOException


writeFault

public void writeFault(Throwable fault)
            throws IOException


writeHeader

public void writeHeader(String header)
            throws IOException


writeMethod

public void writeMethod(String methodName)
            throws IOException


writeObject

public void writeObject(Object object)
            throws IOException


Copyright © 2001-2003 MX4J Team. All Rights Reserved.