org.kohsuke.jnt
Class MHTMLBuilder
java.lang.Object
org.kohsuke.jnt.MHTMLBuilder
public class MHTMLBuilder
- extends Object
Creates an MHTML package
from a URL
.
- Author:
- Kohsuke Kawaguchi
MHTMLBuilder
public MHTMLBuilder()
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-2009 Kohsuke Kawaguchi. All Rights Reserved.