|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.wsil.WSILDocument
org.apache.wsil.impl.WSILDocumentImpl
public class WSILDocumentImpl
This class is an implementation of the WSILDocument class.
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 |
---|
public WSILDocumentImpl()
Method Detail |
---|
public Abstract createAbstract()
createAbstract
in class WSILDocument
public Description createDescription()
createDescription
in class WSILDocument
public Link createLink()
createLink
in class WSILDocument
public Service createService()
createService
in class WSILDocument
public ServiceName createServiceName()
createServiceName
in class WSILDocument
public static void main(java.lang.String[] args)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |