public abstract class WbxmlHandlerBase extends java.lang.Object implements org.vertx.java.core.Handler<AuthorizedDeviceQuery>
IEasRequestEndpoint
Constructor and Description |
---|
WbxmlHandlerBase() |
Modifier and Type | Method and Description |
---|---|
void |
handle(AuthorizedDeviceQuery event) |
abstract void |
handle(AuthorizedDeviceQuery dq,
org.w3c.dom.Document parsedWbxml)
The body of the request has been read when this is called.
|
public final void handle(AuthorizedDeviceQuery event)
handle
in interface org.vertx.java.core.Handler<AuthorizedDeviceQuery>
public abstract void handle(AuthorizedDeviceQuery dq, org.w3c.dom.Document parsedWbxml)
Copyright © 2021. All Rights Reserved.