public class XMLDataHandler
extends java.lang.Object
implements org.vertx.java.core.Handler<org.vertx.java.core.buffer.Buffer>, java.io.Closeable
Modifier and Type | Method and Description |
---|---|
void |
close() |
void |
handle(org.vertx.java.core.buffer.Buffer buffer) |
static XMLDataHandler |
newXml(org.xml.sax.helpers.DefaultHandler output) |
public static XMLDataHandler newXml(org.xml.sax.helpers.DefaultHandler output)
public void handle(org.vertx.java.core.buffer.Buffer buffer)
handle
in interface org.vertx.java.core.Handler<org.vertx.java.core.buffer.Buffer>
public void close() throws java.io.IOException
close
in interface java.io.Closeable
close
in interface java.lang.AutoCloseable
java.io.IOException
Copyright © 2021. All Rights Reserved.