Package org.apache.wsil.impl
Class WSILDocumentImpl
java.lang.Object
org.apache.wsil.WSILDocument
org.apache.wsil.impl.WSILDocumentImpl
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 -
Method Summary
Modifier and TypeMethodDescriptionCreate abstract element.Create description element.Create link element.Create service element.Create service name element.static void
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
-
Constructor Details
-
WSILDocumentImpl
public WSILDocumentImpl()Create a WSIL document.
-
-
Method Details
-
createAbstract
Create abstract element.- Specified by:
createAbstract
in classWSILDocument
- Returns:
- Returns an abstract object.
-
createDescription
Create description element.- Specified by:
createDescription
in classWSILDocument
- Returns:
- Returns a description object.
-
createLink
Create link element.- Specified by:
createLink
in classWSILDocument
- Returns:
- Returns a link object.
-
createService
Create service element.- Specified by:
createService
in classWSILDocument
- Returns:
- Returns a service object.
-
createServiceName
Create service name element.- Specified by:
createServiceName
in classWSILDocument
- Returns:
- Returns a serviceName object.
-
main
Command line interface for unit testing only.
-