|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface StreamedMessageHandler
Handles streamed incoming messages.
Method Summary | |
---|---|
boolean |
accepts(java.lang.String tagName)
Checks if the message handler support the given message. |
void |
handle(Connection connection,
javax.xml.stream.XMLStreamReader in,
javax.xml.stream.XMLStreamWriter out)
Handles the main element of an XML message. |
Method Detail |
---|
void handle(Connection connection, javax.xml.stream.XMLStreamReader in, javax.xml.stream.XMLStreamWriter out)
connection
- The connection the message came from.in
- The stream containing the message.out
- The output stream for the reply.boolean accepts(java.lang.String tagName)
tagName
- The tag name of the message to check.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |