Modifier and Type | Method and Description |
---|---|
abstract WSILDocument |
WSILDocumentFactory.newDocument()
Create a new instance of a WS-Inspection document.
|
static WSILDocument |
WSILDocument.newInstance() |
static WSILDocumentFactory |
WSILDocumentFactory.newInstance()
Instantiate the implementation of the WSILDocumentFactory class.
|
void |
DocumentReader.parseDocument(WSILDocument wsilDocument,
java.io.Reader reader)
Parse the contents of a WSIL Document from a input reader.
|
void |
WSILDocument.read(java.io.Reader reader)
Read the WS-Inspection document from a input reader.
|
void |
WSILDocument.read(java.lang.String urlString)
Read the WS-Inspection document from a file URL string.
|
void |
WSILDocument.read(java.net.URL url)
Read the WS-Inspection document from a location specified using a URL.
|
void |
WSILDocument.setExtensionRegistry(ExtensionRegistry extRegistry)
Set the WS-Inspection extension registry implementation.
|
void |
WSILDocument.write(java.lang.String filename)
Write the WS-Inspection document to an output file.
|
void |
WSILDocument.write(java.io.Writer writer)
Write the WS-Inpsection document to an output writer.
|
void |
DocumentWriter.writeDocument(WSILDocument wsilDocument,
java.io.Writer writer)
Write the contents of a WS-Inspection Document to an output writer.
|
Modifier and Type | Method and Description |
---|---|
BusinessService[] |
WSILProxy.getBusinessServiceByServiceName(java.lang.String serviceName)
Returns an array of BusinessServices given a service name.
|
WSDLDocument[] |
WSILProxy.getWSDLDocumentByBinding(QName bindingName)
Returns an array of WSDLDocuments given a binding name.
|
WSDLDocument[] |
WSILProxy.getWSDLDocumentByName(java.lang.String wsdlDocName)
Returns an array of WSDLDocuments given a name.
|
WSDLDocument[] |
WSILProxy.getWSDLDocumentByPortType(QName portTypeName)
Returns an array of WSDLDocuments given a portType name.
|
WSDLDocument[] |
WSILProxy.getWSDLDocumentByServiceName(java.lang.String serviceName)
Returns an array of WSDLDocuments given a service name.
|
java.lang.String[] |
WSILProxy.getWSDLDocumentLocations(java.lang.String serviceName)
Returns the an array of WSDL document locations given a service name.
|
void |
WSILProxy.print(java.io.OutputStream out)
Print the internal WSIL document.
|
Constructor and Description |
---|
WSILProxy()
Creates a new
WSILProxy instance. |
WSILProxy(org.w3c.dom.Element inspectionElement)
Creates a new
WSILProxy instance. |
WSILProxy(java.lang.String wsilDocumentURL)
Creates a new
WSILProxy instance. |
Modifier and Type | Method and Description |
---|---|
ExtensionElement |
ExtensionBuilder.createElement(QName qname)
Create extension element.
|
ExtensionElement |
ExtensionReader.parseElement(org.w3c.dom.Element element,
WSILElement wsilElement)
Parse extension element.
|
Modifier and Type | Method and Description |
---|---|
WSILDocument |
WSILDocumentFactoryImpl.newDocument()
Create a new instance of a WSIL document.
|
Modifier and Type | Method and Description |
---|---|
ExtensionElement |
UDDIExtensionBuilder.createElement(QName qname)
Create extension element.
|
ExtensionElement |
UDDIExtensionReader.parseElement(org.w3c.dom.Element element,
WSILElement wsilElement)
Parse extension element.
|
protected ExtensionElement |
UDDIExtensionReader.parseServiceDescription(org.w3c.dom.Element serviceDescriptionElement,
WSILElement wsilElement)
Parse service description element.
|
Modifier and Type | Method and Description |
---|---|
ExtensionElement |
WSDLExtensionBuilder.createElement(QName qname)
Create extension element.
|
ExtensionElement |
WSDLExtensionReader.parseElement(org.w3c.dom.Element element,
WSILElement wsilElement)
Parse extension element.
|
Modifier and Type | Method and Description |
---|---|
void |
WSILDocBuilder.addLink(java.net.URL registryURL)
Adds a link object to the WSIL document
|
void |
WSILDocBuilder.addService(java.lang.String root)
Adds a list of WSIL Service objects to the WSIL Document.
|
void |
WSILDocBuilder.addService(java.net.URL registryURL)
Adds a list of UDDI Service objects to the WSIL Document.
|
protected BusinessEntity[] |
WSILDocBuilder.findBusinessEntities(BusinessInfos businessInfos,
UDDIProxy up)
Get all BusinessEntity objects from a BusinessInfos object.
|
protected BusinessService[] |
WSILDocBuilder.findServices(ServiceList serviceList,
UDDIProxy up)
Find all BusinessService objects given a serviceList object
|
Constructor and Description |
---|
WSILDocBuilder()
Creates a new
WSILDocBuilder instance. |
WSILDocBuilder(java.lang.String root)
Creates a new
WSILDocBuilder instance. |
WSILDocBuilder(java.net.URL registryURL)
Creates a new
WSILDocBuilder instance. |
WSILDocBuilder(java.net.URL registryURL,
java.lang.String businessKey)
Creates a new
WSILDocBuilder instance. |
Modifier and Type | Method and Description |
---|---|
protected Abstract |
XMLReader.parseAbstract(org.w3c.dom.Element abstractElement,
WSILElementWithAbstract wsilElement)
Parse abstract element.
|
protected Description |
XMLReader.parseDescription(org.w3c.dom.Element descriptionElement,
Service service)
Parse description element.
|
void |
XMLReader.parseDocument(WSILDocument wsilDocument,
java.io.Reader reader)
Create a WSIL document from the contents of a reader.
|
protected ExtensionElement |
XMLReader.parseExtensionElement(org.w3c.dom.Element element,
WSILElement wsilElement)
Parse extension element.
|
protected void |
XMLReader.parseInspection(org.w3c.dom.Element inspectionElement)
Parse inspection element.
|
protected Link |
XMLReader.parseLink(org.w3c.dom.Element linkElement,
Inspection inspection)
Parse link element.
|
protected Service |
XMLReader.parseService(org.w3c.dom.Element serviceElement,
Inspection inspection)
Parse service element.
|
protected ServiceName |
XMLReader.parseServiceName(org.w3c.dom.Element nameElement,
Service service)
Parse service name element.
|
protected org.w3c.dom.Document |
XMLReader.parseXML(java.io.Reader reader)
Parse the XML document.
|
void |
XMLWriter.writeDocument(WSILDocument wsilDocument,
java.io.OutputStream stream)
Write WSIL document.
|
void |
XMLWriter.writeDocument(WSILDocument wsilDocument,
java.io.Writer writer)
Write WSIL document.
|
Copyright ? 2001 International Business Machines Corporation. All Rights Reserved.