org.apache.wsil.impl
Class WSILDocumentFactoryImpl

java.lang.Object
  extended by org.apache.wsil.WSILDocumentFactory
      extended by org.apache.wsil.impl.WSILDocumentFactoryImpl

public class WSILDocumentFactoryImpl
extends WSILDocumentFactory

This class is an implementation of the WSILDocumentFactory.

Version:
1.0

Constructor Summary
WSILDocumentFactoryImpl()
           
 
Method Summary
 WSILDocument newDocument()
          Create a new instance of a WSIL document.
 
Methods inherited from class org.apache.wsil.WSILDocumentFactory
newInstance
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WSILDocumentFactoryImpl

public WSILDocumentFactoryImpl()
Method Detail

newDocument

public WSILDocument newDocument()
                         throws WSILException
Create a new instance of a WSIL document.

Specified by:
newDocument in class WSILDocumentFactory
Returns:
Returns an object that implements the WSILDocument interface.
Throws:
WSILException


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