org.kohsuke.jnt
Class MHTMLBuilder

java.lang.Object
  extended by org.kohsuke.jnt.MHTMLBuilder

public class MHTMLBuilder
extends Object

Creates an MHTML package from a URL.

Author:
Kohsuke Kawaguchi

Constructor Summary
MHTMLBuilder()
           
 
Method Summary
static void produce(com.meterware.httpunit.WebConversation cnv, URL url, OutputStream os)
           
 void produceHTML(com.meterware.httpunit.WebResponse r, PrintStream out)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MHTMLBuilder

public MHTMLBuilder()
Method Detail

produce

public static void produce(com.meterware.httpunit.WebConversation cnv,
                           URL url,
                           OutputStream os)
                    throws IOException,
                           SAXException
Throws:
IOException
SAXException

produceHTML

public void produceHTML(com.meterware.httpunit.WebResponse r,
                        PrintStream out)
                 throws IOException,
                        SAXException
Throws:
IOException
SAXException


Copyright © 2003-2010 Kohsuke Kawaguchi. All Rights Reserved.