public interface CauchoOutput
| Modifier and Type | Method and Description |
|---|---|
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) |
void startCall()
throws java.io.IOException
java.io.IOExceptionvoid completeCall()
throws java.io.IOException
java.io.IOExceptionvoid startReply()
throws java.io.IOException
java.io.IOExceptionvoid completeReply()
throws java.io.IOException
java.io.IOExceptionvoid writeHeader(java.lang.String header)
throws java.io.IOException
java.io.IOExceptionvoid writeMethod(java.lang.String methodName)
throws java.io.IOException
java.io.IOExceptionvoid writeObject(java.lang.Object object)
throws java.io.IOException
java.io.IOExceptionvoid writeFault(java.lang.Throwable fault)
throws java.io.IOException
java.io.IOException