org.eclipse.actf.util.xpath
Class XPathServiceFactory

java.lang.Object
  extended by org.eclipse.actf.util.xpath.XPathServiceFactory
Direct Known Subclasses:
XPathServiceFactoryImpl

public abstract class XPathServiceFactory
extends Object

Factory class to obtain XPathService utility.


Constructor Summary
XPathServiceFactory()
           
 
Method Summary
protected abstract  XPathService getService()
           
static XPathService newService()
          Returns XPathService instance
static void setFactory(XPathServiceFactory f)
          Set XPathServiceFactory
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XPathServiceFactory

public XPathServiceFactory()
Method Detail

setFactory

public static void setFactory(XPathServiceFactory f)
Set XPathServiceFactory

Parameters:
f - the target XPathServiceFactory

newService

public static XPathService newService()
Returns XPathService instance

Returns:
XPathService instance

getService

protected abstract XPathService getService()