Package org.apache.wsil.impl
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
-
-
Field Summary
-
Fields inherited from class org.apache.wsil.WSILDocument
docReader, documentURL, docWriter, extRegistry, inspection
-
-
Constructor Summary
Constructors Constructor Description WSILDocumentImpl()
Create a WSIL document.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description 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
-
-
-
-
Method Detail
-
createAbstract
public Abstract createAbstract()
Create abstract element.- Specified by:
createAbstract
in classWSILDocument
- Returns:
- Returns an abstract object.
-
createDescription
public Description createDescription()
Create description element.- Specified by:
createDescription
in classWSILDocument
- Returns:
- Returns a description object.
-
createLink
public Link createLink()
Create link element.- Specified by:
createLink
in classWSILDocument
- Returns:
- Returns a link object.
-
createService
public Service createService()
Create service element.- Specified by:
createService
in classWSILDocument
- Returns:
- Returns a service object.
-
createServiceName
public ServiceName createServiceName()
Create service name element.- Specified by:
createServiceName
in classWSILDocument
- Returns:
- Returns a serviceName object.
-
main
public static void main(java.lang.String[] args)
Command line interface for unit testing only.
-
-