org.apache.wsil
Class WSILDocumentFactory

java.lang.Object
  extended by org.apache.wsil.WSILDocumentFactory
Direct Known Subclasses:
WSILDocumentFactoryImpl

public abstract class WSILDocumentFactory
extends java.lang.Object

This class is used to access an implementation of a WSILDocument abstract class.

Version:
1.0
Author:
Peter Brittenham

Constructor Summary
WSILDocumentFactory()
           
 
Method Summary
abstract  WSILDocument newDocument()
          Create a new instance of a WS-Inspection document.
static WSILDocumentFactory newInstance()
          Instantiate the implementation of the WSILDocumentFactory class.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WSILDocumentFactory

public WSILDocumentFactory()
Method Detail

newDocument

public abstract WSILDocument newDocument()
                                  throws WSILException
Create a new instance of a WS-Inspection document.

Returns:
Returns an object that implements the WSILDocument interface.
Throws:
WSILException

newInstance

public static WSILDocumentFactory newInstance()
                                       throws WSILException
Instantiate the implementation of the WSILDocumentFactory class. The implementation class for this interface is specified in the following Java system property:

Returns:
Throws:
WSILException


Copyright ? 2001 International Business Machines Corporation. All Rights Reserved.