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.
-
ObjectFactory()
-
-
createProduct()
- Creates a Product object.
-
createVendor(String)
- Creates a Vendor object.
ObjectFactory
public ObjectFactory()
createVendor
public Vendor createVendor(String url)
- Creates a Vendor object.
- Parameters:
- url - The URL of the XSA document.
createProduct
public Product createProduct()
- Creates a Product object.
All Packages Class Hierarchy This Package Previous Next Index