Uses of Class
org.apache.wsil.WSILException

Packages that use WSILException
org.apache.wsil   
org.apache.wsil.client   
org.apache.wsil.extension   
org.apache.wsil.impl   
org.apache.wsil.impl.extension.uddi   
org.apache.wsil.impl.extension.wsdl   
org.apache.wsil.util   
org.apache.wsil.xml   
 

Uses of WSILException in org.apache.wsil
 

Methods in org.apache.wsil that throw WSILException
abstract  WSILDocument WSILDocumentFactory.newDocument()
          Create a new instance of a WS-Inspection document.
static WSILDocumentFactory WSILDocumentFactory.newInstance()
          Instantiate the implementation of the WSILDocumentFactory class.
static WSILDocument WSILDocument.newInstance()
           
 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.
 

Uses of WSILException in org.apache.wsil.client
 

Methods in org.apache.wsil.client that throw WSILException
 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
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.
 

Uses of WSILException in org.apache.wsil.extension
 

Methods in org.apache.wsil.extension that throw WSILException
 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
 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
 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
 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
 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
 

Constructors in org.apache.wsil.util that throw WSILException
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.
 

Uses of WSILException in org.apache.wsil.xml
 

Methods in org.apache.wsil.xml that throw WSILException
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.