Class WSILDocumentFactory

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

public abstract class WSILDocumentFactory extends Object
This class is used to access an implementation of a WSILDocument abstract class.
Version:
1.0
Author:
Peter Brittenham
  • Constructor Details

    • WSILDocumentFactory

      public WSILDocumentFactory()
  • Method Details

    • 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:
      • wsil.document.factory
      Returns:
      Throws:
      WSILException