Uses of Class
org.apache.wsil.WSILException
Packages that use WSILException
Package
Description
-
Uses of WSILException in org.apache.wsil
Methods in org.apache.wsil that throw WSILExceptionModifier and TypeMethodDescriptionabstract 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, Reader reader) Parse the contents of a WSIL Document from a input reader.voidRead the WS-Inspection document from a input reader.voidRead the WS-Inspection document from a file URL string.voidRead the WS-Inspection document from a location specified using a URL.voidWSILDocument.setExtensionRegistry(ExtensionRegistry extRegistry) Set the WS-Inspection extension registry implementation.voidWrite the WS-Inpsection document to an output writer.voidWrite the WS-Inspection document to an output file.voidDocumentWriter.writeDocument(WSILDocument wsilDocument, 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 WSILExceptionModifier and TypeMethodDescriptionorg.uddi4j.datatype.service.BusinessService[]WSILProxy.getBusinessServiceByServiceName(String serviceName) Returns an array of BusinessServices given a service name.WSILProxy.getWSDLDocumentByBinding(QName bindingName) Returns an array of WSDLDocuments given a binding name.WSILProxy.getWSDLDocumentByName(String wsdlDocName) Returns an array of WSDLDocuments given a name.WSILProxy.getWSDLDocumentByPortType(QName portTypeName) Returns an array of WSDLDocuments given a portType name.WSILProxy.getWSDLDocumentByServiceName(String serviceName) Returns an array of WSDLDocuments given a service name.String[]WSILProxy.getWSDLDocumentLocations(String serviceName) Returns the an array of WSDL document locations given a service name.voidWSILProxy.print(OutputStream out) Print the internal WSIL document.Constructors in org.apache.wsil.client that throw WSILException -
Uses of WSILException in org.apache.wsil.extension
Methods in org.apache.wsil.extension that throw WSILExceptionModifier and TypeMethodDescriptionExtensionBuilder.createElement(QName qname) Create extension element.ExtensionReader.parseElement(Element element, WSILElement wsilElement) Parse extension element. -
Uses of WSILException in org.apache.wsil.impl
Methods in org.apache.wsil.impl that throw WSILExceptionModifier and TypeMethodDescriptionWSILDocumentFactoryImpl.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 WSILExceptionModifier and TypeMethodDescriptionUDDIExtensionBuilder.createElement(QName qname) Create extension element.UDDIExtensionReader.parseElement(Element element, WSILElement wsilElement) Parse extension element.protected ExtensionElementUDDIExtensionReader.parseServiceDescription(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 WSILExceptionModifier and TypeMethodDescriptionWSDLExtensionBuilder.createElement(QName qname) Create extension element.WSDLExtensionReader.parseElement(Element element, WSILElement wsilElement) Parse extension element. -
Uses of WSILException in org.apache.wsil.util
Methods in org.apache.wsil.util that throw WSILExceptionModifier and TypeMethodDescriptionvoidAdds a link object to the WSIL documentvoidWSILDocBuilder.addService(String root) Adds a list of WSIL Service objects to the WSIL Document.voidWSILDocBuilder.addService(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 WSILExceptionModifierConstructorDescriptionCreates a newWSILDocBuilderinstance.WSILDocBuilder(String root) Creates a newWSILDocBuilderinstance.WSILDocBuilder(URL registryURL) Creates a newWSILDocBuilderinstance.WSILDocBuilder(URL registryURL, String businessKey) Creates a newWSILDocBuilderinstance. -
Uses of WSILException in org.apache.wsil.xml
Methods in org.apache.wsil.xml that throw WSILExceptionModifier and TypeMethodDescriptionprotected AbstractXMLReader.parseAbstract(Element abstractElement, WSILElementWithAbstract wsilElement) Parse abstract element.protected DescriptionXMLReader.parseDescription(Element descriptionElement, Service service) Parse description element.voidXMLReader.parseDocument(WSILDocument wsilDocument, Reader reader) Create a WSIL document from the contents of a reader.protected ExtensionElementXMLReader.parseExtensionElement(Element element, WSILElement wsilElement) Parse extension element.protected voidXMLReader.parseInspection(Element inspectionElement) Parse inspection element.protected LinkXMLReader.parseLink(Element linkElement, Inspection inspection) Parse link element.protected ServiceXMLReader.parseService(Element serviceElement, Inspection inspection) Parse service element.protected ServiceNameXMLReader.parseServiceName(Element nameElement, Service service) Parse service name element.protected DocumentParse the XML document.voidXMLWriter.writeDocument(WSILDocument wsilDocument, OutputStream stream) Write WSIL document.voidXMLWriter.writeDocument(WSILDocument wsilDocument, Writer writer) Write WSIL document.