public interface NetworkRequestHandler
Modifier and Type | Method and Description |
---|---|
org.w3c.dom.Element |
handle(Connection connection,
org.w3c.dom.Element element)
Handle a request represented by an
Element and return another
Element or null as the answer. |
org.w3c.dom.Element handle(Connection connection, org.w3c.dom.Element element)
Element
and return another
Element
or null as the answer.connection
- The message's Connection
.element
- The root Element
of the message.Element
, which may be null.