InfoZoneTools API

org.infozone.tools.xml.queries
Class XUpdateQueryFactory

java.lang.Object
  |
  +--org.infozone.tools.xml.queries.XUpdateQueryFactory

public abstract class XUpdateQueryFactory
extends java.lang.Object

Version:
$Revision: 1.1 $ $Date: 2000/11/16 18:13:14 $
Author:
SMB
See Also:
XUpdateQuery

Constructor Summary
XUpdateQueryFactory()
           
 
Method Summary
static XUpdateQueryFactory newInstance()
           
abstract  XUpdateQuery newXUpdateQuery()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XUpdateQueryFactory

public XUpdateQueryFactory()
Method Detail

newInstance

public static XUpdateQueryFactory newInstance()

newXUpdateQuery

public abstract XUpdateQuery newXUpdateQuery()
                                      throws XUpdateQueryConfigurationException
XUpdateQueryConfigurationException

InfoZoneTools API