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 WSILDocumentWSILDocumentFactory. newDocument()Create a new instance of a WS-Inspection document.static WSILDocumentWSILDocument. newInstance()static WSILDocumentFactoryWSILDocumentFactory. newInstance()Instantiate the implementation of the WSILDocumentFactory class.voidDocumentReader. parseDocument(WSILDocument wsilDocument, java.io.Reader reader)Parse the contents of a WSIL Document from a input reader.voidWSILDocument. read(java.io.Reader reader)Read the WS-Inspection document from a input reader.voidWSILDocument. read(java.lang.String urlString)Read the WS-Inspection document from a file URL string.voidWSILDocument. read(java.net.URL url)Read the WS-Inspection document from a location specified using a URL.voidWSILDocument. setExtensionRegistry(ExtensionRegistry extRegistry)Set the WS-Inspection extension registry implementation.voidWSILDocument. write(java.io.Writer writer)Write the WS-Inpsection document to an output writer.voidWSILDocument. write(java.lang.String filename)Write the WS-Inspection document to an output file.voidDocumentWriter. 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.voidWSILProxy. print(java.io.OutputStream out)Print the internal WSIL document.Constructors in org.apache.wsil.client that throw WSILException Constructor Description WSILProxy()Creates a newWSILProxyinstance.WSILProxy(java.lang.String wsilDocumentURL)Creates a newWSILProxyinstance.WSILProxy(org.w3c.dom.Element inspectionElement)Creates a newWSILProxyinstance. -
Uses of WSILException in org.apache.wsil.extension
Methods in org.apache.wsil.extension that throw WSILException Modifier and Type Method Description ExtensionElementExtensionBuilder. createElement(QName qname)Create extension element.ExtensionElementExtensionReader. 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 WSILDocumentWSILDocumentFactoryImpl. 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 ExtensionElementUDDIExtensionBuilder. createElement(QName qname)Create extension element.ExtensionElementUDDIExtensionReader. parseElement(org.w3c.dom.Element element, WSILElement wsilElement)Parse extension element.protected ExtensionElementUDDIExtensionReader. 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 ExtensionElementWSDLExtensionBuilder. createElement(QName qname)Create extension element.ExtensionElementWSDLExtensionReader. 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 voidWSILDocBuilder. addLink(java.net.URL registryURL)Adds a link object to the WSIL documentvoidWSILDocBuilder. addService(java.lang.String root)Adds a list of WSIL Service objects to the WSIL Document.voidWSILDocBuilder. 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 newWSILDocBuilderinstance.WSILDocBuilder(java.lang.String root)Creates a newWSILDocBuilderinstance.WSILDocBuilder(java.net.URL registryURL)Creates a newWSILDocBuilderinstance.WSILDocBuilder(java.net.URL registryURL, java.lang.String businessKey)Creates a newWSILDocBuilderinstance. -
Uses of WSILException in org.apache.wsil.xml
Methods in org.apache.wsil.xml that throw WSILException Modifier and Type Method Description protected AbstractXMLReader. parseAbstract(org.w3c.dom.Element abstractElement, WSILElementWithAbstract wsilElement)Parse abstract element.protected DescriptionXMLReader. parseDescription(org.w3c.dom.Element descriptionElement, Service service)Parse description element.voidXMLReader. parseDocument(WSILDocument wsilDocument, java.io.Reader reader)Create a WSIL document from the contents of a reader.protected ExtensionElementXMLReader. parseExtensionElement(org.w3c.dom.Element element, WSILElement wsilElement)Parse extension element.protected voidXMLReader. parseInspection(org.w3c.dom.Element inspectionElement)Parse inspection element.protected LinkXMLReader. parseLink(org.w3c.dom.Element linkElement, Inspection inspection)Parse link element.protected ServiceXMLReader. parseService(org.w3c.dom.Element serviceElement, Inspection inspection)Parse service element.protected ServiceNameXMLReader. parseServiceName(org.w3c.dom.Element nameElement, Service service)Parse service name element.protected org.w3c.dom.DocumentXMLReader. parseXML(java.io.Reader reader)Parse the XML document.voidXMLWriter. writeDocument(WSILDocument wsilDocument, java.io.OutputStream stream)Write WSIL document.voidXMLWriter. writeDocument(WSILDocument wsilDocument, java.io.Writer writer)Write WSIL document.
-