Uses of Class
oracle.wsdl.internal.WSDLException

Packages that use.*
PackageDescription
oracle.wsdl   
oracle.wsdl.internal   
 

Uses of WSDLException in oracle.wsdl
 

Methods in oracle.wsdl that throw WSDLException
TypeName
 Definitions WSDLDocument.getDefinitions()
          Get the top-level Definitions element of this WSDL document
 void WSDLDocument.write(java.io.PrintWriter writer)
          Write this WSDL document.
 void WSDLDocument.validate()
          Validate this WSDL document including qname references and extensions.
 void WSDLDocument.validate(int validationMode)
          Validate this WSDL document.
 

Uses of WSDLException in oracle.wsdl.internal
 

Methods in oracle.wsdl.internal that throw WSDLException
TypeName
 Binding Definitions.findBinding(QName bindingQName)
          find a binding of the specified qname, the binding may be defined in an imported wsdl document.
 PortType Definitions.findPortType(QName portTypeQName)
          find a portType of the specified qname, the portType may be defined in an imported wsdl document.
 Message Definitions.findMessage(QName messageQName)
          find a message of the specified qname, the message may be defined in an imported wsdl document.
 org.w3c.dom.Element Definitions.findSchemaElement(QName elementQName)
          find a schema element of the specified qname, the element may be defined in an imported wsdl document.
 org.w3c.dom.Element Definitions.findSchemaType(QName typeQName)
          find a schema type of the specified qname, the element may be defined in an imported wsdl document.
static DefinitionFactory DefinitionFactory.newInstance()
           
 QName NamespaceDefinition.getQName(java.lang.String qname)
          Get QName for a qname (prefix:localname)
 



Copyright © 2001 Oracle SOAP. All Rights Reserved.