mx4j.tools.remote.caucho
Interface CauchoOutput
public interface CauchoOutput
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-2005 The MX4J Contributors. All Rights Reserved.