Uses of Class
org.apache.wsil.WSILException
-
-
Uses of WSILException in org.apache.wsil
Methods in org.apache.wsil that throw WSILException Modifier and Type Method 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.io.Writer writer)
Write the WS-Inpsection document to an output writer.void
WSILDocument. write(java.lang.String filename)
Write the WS-Inspection document to an output file.void
DocumentWriter. writeDocument(WSILDocument wsilDocument, java.io.Writer writer)
Write the contents of a WS-Inspection Document to an output writer. -
Uses of WSILException in org.apache.wsil.client
Methods in org.apache.wsil.client that throw WSILException Modifier and Type Method Description org.uddi4j.datatype.service.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.Constructors in org.apache.wsil.client that throw WSILException Constructor Description WSILProxy()
Creates a newWSILProxy
instance.WSILProxy(java.lang.String wsilDocumentURL)
Creates a newWSILProxy
instance.WSILProxy(org.w3c.dom.Element inspectionElement)
Creates a newWSILProxy
instance. -
Uses of WSILException in org.apache.wsil.extension
Methods in org.apache.wsil.extension that throw WSILException Modifier and Type Method Description ExtensionElement
ExtensionBuilder. createElement(QName qname)
Create extension element.ExtensionElement
ExtensionReader. parseElement(org.w3c.dom.Element element, WSILElement wsilElement)
Parse extension element. -
Uses of WSILException in org.apache.wsil.impl
Methods in org.apache.wsil.impl that throw WSILException Modifier and Type Method Description WSILDocument
WSILDocumentFactoryImpl. newDocument()
Create a new instance of a WSIL document. -
Uses of WSILException in org.apache.wsil.impl.extension.uddi
Methods in org.apache.wsil.impl.extension.uddi that throw WSILException Modifier and Type Method 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. -
Uses of WSILException in org.apache.wsil.impl.extension.wsdl
Methods in org.apache.wsil.impl.extension.wsdl that throw WSILException Modifier and Type Method Description ExtensionElement
WSDLExtensionBuilder. createElement(QName qname)
Create extension element.ExtensionElement
WSDLExtensionReader. parseElement(org.w3c.dom.Element element, WSILElement wsilElement)
Parse extension element. -
Uses of WSILException in org.apache.wsil.util
Methods in org.apache.wsil.util that throw WSILException Modifier and Type Method Description void
WSILDocBuilder. addLink(java.net.URL registryURL)
Adds a link object to the WSIL documentvoid
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 org.uddi4j.datatype.business.BusinessEntity[]
WSILDocBuilder. findBusinessEntities(org.uddi4j.response.BusinessInfos businessInfos, org.uddi4j.client.UDDIProxy up)
Get all BusinessEntity objects from a BusinessInfos object.protected org.uddi4j.datatype.service.BusinessService[]
WSILDocBuilder. findServices(org.uddi4j.response.ServiceList serviceList, org.uddi4j.client.UDDIProxy up)
Find all BusinessService objects given a serviceList objectConstructors in org.apache.wsil.util that throw WSILException Constructor Description WSILDocBuilder()
Creates a newWSILDocBuilder
instance.WSILDocBuilder(java.lang.String root)
Creates a newWSILDocBuilder
instance.WSILDocBuilder(java.net.URL registryURL)
Creates a newWSILDocBuilder
instance.WSILDocBuilder(java.net.URL registryURL, java.lang.String businessKey)
Creates a newWSILDocBuilder
instance. -
Uses of WSILException in org.apache.wsil.xml
Methods in org.apache.wsil.xml that throw WSILException Modifier and Type Method 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.
-