Class WSILDocumentImpl

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

public class WSILDocumentImpl extends WSILDocument
This class is an implementation of the WSILDocument class.
Version:
1.0
  • Constructor Details

    • WSILDocumentImpl

      public WSILDocumentImpl()
      Create a WSIL document.
  • Method Details

    • 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(String[] args)
      Command line interface for unit testing only.