org.apache.wsil.impl
Class WSILDocumentImpl

java.lang.Object
  extended by org.apache.wsil.WSILDocument
      extended by org.apache.wsil.impl.WSILDocumentImpl

public class WSILDocumentImpl
extends WSILDocument

This class is an implementation of the WSILDocument class.

Version:
1.0

Field Summary
 
Fields inherited from class org.apache.wsil.WSILDocument
docReader, documentURL, docWriter, extRegistry, inspection
 
Constructor Summary
WSILDocumentImpl()
          Create a WSIL document.
 
Method Summary
 Abstract createAbstract()
          Create abstract element.
 Description createDescription()
          Create description element.
 Link createLink()
          Create link element.
 Service createService()
          Create service element.
 ServiceName createServiceName()
          Create service name element.
static void main(java.lang.String[] args)
          Command line interface for unit testing only.
 
Methods inherited from class org.apache.wsil.WSILDocument
getExtensionRegistry, getInspection, getReader, getWriter, newInstance, read, read, read, resolveURL, setDocumentURL, setExtensionRegistry, setReader, setWriter, toString, write, write
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

WSILDocumentImpl

public WSILDocumentImpl()
Create a WSIL document.

Method Detail

createAbstract

public Abstract createAbstract()
Create abstract element.

Specified by:
createAbstract in class WSILDocument
Returns:
Returns an abstract object.

createDescription

public Description createDescription()
Create description element.

Specified by:
createDescription in class WSILDocument
Returns:
Returns a description object.

createLink

public Link createLink()
Create link element.

Specified by:
createLink in class WSILDocument
Returns:
Returns a link object.

createService

public Service createService()
Create service element.

Specified by:
createService in class WSILDocument
Returns:
Returns a service object.

createServiceName

public ServiceName createServiceName()
Create service name element.

Specified by:
createServiceName in class WSILDocument
Returns:
Returns a serviceName object.

main

public static void main(java.lang.String[] args)
Command line interface for unit testing only.



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