org.jumpmind.symmetric.transport.http
Class HttpServletOutgoingTransport

java.lang.Object
  extended by org.jumpmind.symmetric.transport.http.HttpServletOutgoingTransport
All Implemented Interfaces:
IOutgoingTransport

public class HttpServletOutgoingTransport
extends java.lang.Object
implements IOutgoingTransport


Constructor Summary
HttpServletOutgoingTransport(javax.servlet.http.HttpServletResponse resp)
           
 
Method Summary
 void close()
           
 boolean isOpen()
           
 java.io.BufferedWriter open()
           
 java.io.BufferedReader readResponse()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HttpServletOutgoingTransport

public HttpServletOutgoingTransport(javax.servlet.http.HttpServletResponse resp)
Method Detail

close

public void close()
           throws java.io.IOException
Specified by:
close in interface IOutgoingTransport
Throws:
java.io.IOException

open

public java.io.BufferedWriter open()
                            throws java.io.IOException
Specified by:
open in interface IOutgoingTransport
Throws:
java.io.IOException

readResponse

public java.io.BufferedReader readResponse()
                                    throws java.io.IOException
Throws:
java.io.IOException

isOpen

public boolean isOpen()
Specified by:
isOpen in interface IOutgoingTransport


Copyright © 2007-2008. All Rights Reserved.