Package org.apache.wsil.impl
Class WSILDocumentFactoryImpl
- java.lang.Object
-
- org.apache.wsil.WSILDocumentFactory
-
- org.apache.wsil.impl.WSILDocumentFactoryImpl
-
public class WSILDocumentFactoryImpl extends WSILDocumentFactory
This class is an implementation of the WSILDocumentFactory.- Version:
- 1.0
-
-
Constructor Summary
Constructors Constructor Description WSILDocumentFactoryImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description WSILDocument
newDocument()
Create a new instance of a WSIL document.-
Methods inherited from class org.apache.wsil.WSILDocumentFactory
newInstance
-
-
-
-
Method Detail
-
newDocument
public WSILDocument newDocument() throws WSILException
Create a new instance of a WSIL document.- Specified by:
newDocument
in classWSILDocumentFactory
- Returns:
- Returns an object that implements the WSILDocument interface.
- Throws:
WSILException
-
-