mx4j.tools.remote.caucho
Interface CauchoOutput


public interface CauchoOutput

Version:
$

Method Summary
 void completeCall()
           
 void completeReply()
           
 void startCall()
           
 void startReply()
           
 void writeFault(java.lang.Throwable fault)
           
 void writeHeader(java.lang.String header)
           
 void writeMethod(java.lang.String methodName)
           
 void writeObject(java.lang.Object object)
           
 

Method Detail

startCall

void startCall()
               throws java.io.IOException
Throws:
java.io.IOException

completeCall

void completeCall()
                  throws java.io.IOException
Throws:
java.io.IOException

startReply

void startReply()
                throws java.io.IOException
Throws:
java.io.IOException

completeReply

void completeReply()
                   throws java.io.IOException
Throws:
java.io.IOException

writeHeader

void writeHeader(java.lang.String header)
                 throws java.io.IOException
Throws:
java.io.IOException

writeMethod

void writeMethod(java.lang.String methodName)
                 throws java.io.IOException
Throws:
java.io.IOException

writeObject

void writeObject(java.lang.Object object)
                 throws java.io.IOException
Throws:
java.io.IOException

writeFault

void writeFault(java.lang.Throwable fault)
                throws java.io.IOException
Throws:
java.io.IOException


Copyright © 2001-2005 The MX4J Contributors. All Rights Reserved.