All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class XSA.ObjectFactory

java.lang.Object
   |
   +----XSA.ObjectFactory

public class ObjectFactory
extends Object
This class is used by the XSAEngine to create the objects it needs for its internal operation. It can be subclassed by users which want the XSAEngine to use their own classes internally instead of the default ones.


Constructor Index

 o ObjectFactory()

Method Index

 o createProduct()
Creates a Product object.
 o createVendor(String)
Creates a Vendor object.

Constructors

 o ObjectFactory
 public ObjectFactory()

Methods

 o createVendor
 public Vendor createVendor(String url)
Creates a Vendor object.

Parameters:
url - The URL of the XSA document.
 o createProduct
 public Product createProduct()
Creates a Product object.


All Packages  Class Hierarchy  This Package  Previous  Next  Index