public class SyncEndpoint extends WbxmlHandlerBase implements IEasRequestEndpoint
Modifier and Type | Field and Description |
---|---|
static java.lang.Integer |
SYNC_TRUNCATION_ALL |
Constructor and Description |
---|
SyncEndpoint() |
Modifier and Type | Method and Description |
---|---|
boolean |
acceptsVersion(double protocolVersion) |
void |
handle(AuthorizedDeviceQuery dq,
org.w3c.dom.Document doc)
The body of the request has been read when this is called.
|
java.util.Collection<java.lang.String> |
supportedCommands() |
handle
public void handle(AuthorizedDeviceQuery dq, org.w3c.dom.Document doc)
WbxmlHandlerBase
handle
in class WbxmlHandlerBase
public java.util.Collection<java.lang.String> supportedCommands()
supportedCommands
in interface IEasRequestEndpoint
public boolean acceptsVersion(double protocolVersion)
acceptsVersion
in interface IEasRequestEndpoint
Copyright © 2021. All Rights Reserved.