Package org.apache.wsil
Class WSILDocumentFactory
java.lang.Object
org.apache.wsil.WSILDocumentFactory
- Direct Known Subclasses:
WSILDocumentFactoryImpl
This class is used to access an implementation of a WSILDocument abstract class.
- Version:
- 1.0
- Author:
- Peter Brittenham
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract WSILDocument
Create a new instance of a WS-Inspection document.static WSILDocumentFactory
Instantiate the implementation of the WSILDocumentFactory class.
-
Constructor Details
-
WSILDocumentFactory
public WSILDocumentFactory()
-
-
Method Details
-
newDocument
Create a new instance of a WS-Inspection document.- Returns:
- Returns an object that implements the WSILDocument interface.
- Throws:
WSILException
-
newInstance
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
-