站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss 3.2.7 messaging API Documentation 英文版文档

XElementConsumer (JBoss Messaging API) - JBoss 3.2.7 messaging API Documentation 英文版文档


org.jboss.mq.xml
Interface XElementConsumer


public interface XElementConsumer

XMLRecordConsumer Interface defines the method signatures used to notify the consumer object of parsing errors, document starts, record reads, and document ends.

Version:
$Revision: 1.2 $
Author:
Hiram Chirino (Cojonudo14@hotmail.com)

Method Summary
 void documentEndEvent()
          Signals that the END of the XML document has been reached.
 void documentStartEvent()
          Signals that the START of the XML document has been reached.
 void recordReadEvent(XElement o)
          Signals that a record object, an xml element, has been fully read in.
 

Method Detail

documentEndEvent

public void documentEndEvent()
                      throws Exception
Signals that the END of the XML document has been reached.

Throws:
Exception - Description of Exception

documentStartEvent

public void documentStartEvent()
                        throws Exception
Signals that the START of the XML document has been reached.

Throws:
Exception - Description of Exception

recordReadEvent

public void recordReadEvent(XElement o)
                     throws Exception
Signals that a record object, an xml element, has been fully read in.

Parameters:
o - Description of Parameter
Throws:
Exception - Description of Exception


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.