Uses of Class
javax.wsdl.WSDLException

Packages that use WSDLException
com.ibm.wsdl.extensions.http   
com.ibm.wsdl.extensions.mime   
com.ibm.wsdl.extensions.soap   
com.ibm.wsdl.util.xml   
com.ibm.wsdl.xml   
javax.wsdl.extensions   
javax.wsdl.factory   
javax.wsdl.xml   
 

Uses of WSDLException in com.ibm.wsdl.extensions.http
 

Methods in com.ibm.wsdl.extensions.http that throw WSDLException
 void HTTPUrlEncodedSerializer.marshall(java.lang.Class parentType, javax.xml.namespace.QName elementType, ExtensibilityElement extension, java.io.PrintWriter pw, Definition def, ExtensionRegistry extReg)
           
 ExtensibilityElement HTTPUrlEncodedSerializer.unmarshall(java.lang.Class parentType, javax.xml.namespace.QName elementType, org.w3c.dom.Element el, Definition def, ExtensionRegistry extReg)
           
 void HTTPAddressSerializer.marshall(java.lang.Class parentType, javax.xml.namespace.QName elementType, ExtensibilityElement extension, java.io.PrintWriter pw, Definition def, ExtensionRegistry extReg)
           
 ExtensibilityElement HTTPAddressSerializer.unmarshall(java.lang.Class parentType, javax.xml.namespace.QName elementType, org.w3c.dom.Element el, Definition def, ExtensionRegistry extReg)
           
 void HTTPUrlReplacementSerializer.marshall(java.lang.Class parentType, javax.xml.namespace.QName elementType, ExtensibilityElement extension, java.io.PrintWriter pw, Definition def, ExtensionRegistry extReg)
           
 ExtensibilityElement HTTPUrlReplacementSerializer.unmarshall(java.lang.Class parentType, javax.xml.namespace.QName elementType, org.w3c.dom.Element el, Definition def, ExtensionRegistry extReg)
           
 void HTTPOperationSerializer.marshall(java.lang.Class parentType, javax.xml.namespace.QName elementType, ExtensibilityElement extension, java.io.PrintWriter pw, Definition def, ExtensionRegistry extReg)
           
 ExtensibilityElement HTTPOperationSerializer.unmarshall(java.lang.Class parentType, javax.xml.namespace.QName elementType, org.w3c.dom.Element el, Definition def, ExtensionRegistry extReg)
           
 void HTTPBindingSerializer.marshall(java.lang.Class parentType, javax.xml.namespace.QName elementType, ExtensibilityElement extension, java.io.PrintWriter pw, Definition def, ExtensionRegistry extReg)
           
 ExtensibilityElement HTTPBindingSerializer.unmarshall(java.lang.Class parentType, javax.xml.namespace.QName elementType, org.w3c.dom.Element el, Definition def, ExtensionRegistry extReg)
           
 

Uses of WSDLException in com.ibm.wsdl.extensions.mime
 

Methods in com.ibm.wsdl.extensions.mime that throw WSDLException
 void MIMEMimeXmlSerializer.marshall(java.lang.Class parentType, javax.xml.namespace.QName elementType, ExtensibilityElement extension, java.io.PrintWriter pw, Definition def, ExtensionRegistry extReg)
           
 ExtensibilityElement MIMEMimeXmlSerializer.unmarshall(java.lang.Class parentType, javax.xml.namespace.QName elementType, org.w3c.dom.Element el, Definition def, ExtensionRegistry extReg)
           
 void MIMEMultipartRelatedSerializer.marshall(java.lang.Class parentType, javax.xml.namespace.QName elementType, ExtensibilityElement extension, java.io.PrintWriter pw, Definition def, ExtensionRegistry extReg)
           
 ExtensibilityElement MIMEMultipartRelatedSerializer.unmarshall(java.lang.Class parentType, javax.xml.namespace.QName elementType, org.w3c.dom.Element el, Definition def, ExtensionRegistry extReg)
           
 void MIMEContentSerializer.marshall(java.lang.Class parentType, javax.xml.namespace.QName elementType, ExtensibilityElement extension, java.io.PrintWriter pw, Definition def, ExtensionRegistry extReg)
           
 ExtensibilityElement MIMEContentSerializer.unmarshall(java.lang.Class parentType, javax.xml.namespace.QName elementType, org.w3c.dom.Element el, Definition def, ExtensionRegistry extReg)
           
 

Uses of WSDLException in com.ibm.wsdl.extensions.soap
 

Methods in com.ibm.wsdl.extensions.soap that throw WSDLException
 void SOAPHeaderSerializer.marshall(java.lang.Class parentType, javax.xml.namespace.QName elementType, ExtensibilityElement extension, java.io.PrintWriter pw, Definition def, ExtensionRegistry extReg)
           
 ExtensibilityElement SOAPHeaderSerializer.unmarshall(java.lang.Class parentType, javax.xml.namespace.QName elementType, org.w3c.dom.Element el, Definition def, ExtensionRegistry extReg)
           
 void SOAPBindingSerializer.marshall(java.lang.Class parentType, javax.xml.namespace.QName elementType, ExtensibilityElement extension, java.io.PrintWriter pw, Definition def, ExtensionRegistry extReg)
           
 ExtensibilityElement SOAPBindingSerializer.unmarshall(java.lang.Class parentType, javax.xml.namespace.QName elementType, org.w3c.dom.Element el, Definition def, ExtensionRegistry extReg)
           
 void SOAPBodySerializer.marshall(java.lang.Class parentType, javax.xml.namespace.QName elementType, ExtensibilityElement extension, java.io.PrintWriter pw, Definition def, ExtensionRegistry extReg)
           
 ExtensibilityElement SOAPBodySerializer.unmarshall(java.lang.Class parentType, javax.xml.namespace.QName elementType, org.w3c.dom.Element el, Definition def, ExtensionRegistry extReg)
           
 void SOAPFaultSerializer.marshall(java.lang.Class parentType, javax.xml.namespace.QName elementType, ExtensibilityElement extension, java.io.PrintWriter pw, Definition def, ExtensionRegistry extReg)
           
 ExtensibilityElement SOAPFaultSerializer.unmarshall(java.lang.Class parentType, javax.xml.namespace.QName elementType, org.w3c.dom.Element el, Definition def, ExtensionRegistry extReg)
           
 void SOAPAddressSerializer.marshall(java.lang.Class parentType, javax.xml.namespace.QName elementType, ExtensibilityElement extension, java.io.PrintWriter pw, Definition def, ExtensionRegistry extReg)
           
 ExtensibilityElement SOAPAddressSerializer.unmarshall(java.lang.Class parentType, javax.xml.namespace.QName elementType, org.w3c.dom.Element el, Definition def, ExtensionRegistry extReg)
           
 void SOAPOperationSerializer.marshall(java.lang.Class parentType, javax.xml.namespace.QName elementType, ExtensibilityElement extension, java.io.PrintWriter pw, Definition def, ExtensionRegistry extReg)
           
 ExtensibilityElement SOAPOperationSerializer.unmarshall(java.lang.Class parentType, javax.xml.namespace.QName elementType, org.w3c.dom.Element el, Definition def, ExtensionRegistry extReg)
           
 

Uses of WSDLException in com.ibm.wsdl.util.xml
 

Methods in com.ibm.wsdl.util.xml that throw WSDLException
static javax.xml.namespace.QName DOMUtils.getQName(java.lang.String prefixedValue, org.w3c.dom.Element contextEl)
           
static javax.xml.namespace.QName DOMUtils.getQualifiedAttributeValue(org.w3c.dom.Element el, java.lang.String attrName, java.lang.String elDesc, boolean isRequired)
           
static void DOMUtils.throwWSDLException(org.w3c.dom.Element location)
           
static void DOMUtils.printQualifiedAttribute(javax.xml.namespace.QName name, java.lang.String value, Definition def, java.io.PrintWriter pw)
          Prints attributes with qualified names.
static void DOMUtils.printQualifiedAttribute(javax.xml.namespace.QName name, javax.xml.namespace.QName value, Definition def, java.io.PrintWriter pw)
           
static void DOMUtils.printQualifiedAttribute(java.lang.String name, javax.xml.namespace.QName value, Definition def, java.io.PrintWriter pw)
           
static java.lang.String DOMUtils.getQualifiedValue(java.lang.String namespaceURI, java.lang.String localPart, Definition def)
           
static java.lang.String DOMUtils.getPrefix(java.lang.String namespaceURI, Definition def)
           
 

Uses of WSDLException in com.ibm.wsdl.xml
 

Methods in com.ibm.wsdl.xml that throw WSDLException
 Definition WSDLReaderImpl.readWSDL(java.lang.String wsdlURI)
          Read the WSDL document accessible via the specified URI into a WSDL definition.
 Definition WSDLReaderImpl.readWSDL(java.lang.String contextURI, java.lang.String wsdlURI)
          Read the WSDL document accessible via the specified URI into a WSDL definition.
 Definition WSDLReaderImpl.readWSDL(java.lang.String documentBaseURI, org.w3c.dom.Element definitionsElement)
          Read the specified <wsdl:definitions> element into a WSDL definition.
 Definition WSDLReaderImpl.readWSDL(java.lang.String documentBaseURI, org.w3c.dom.Document wsdlDocument)
          Read the specified WSDL document into a WSDL definition.
 Definition WSDLReaderImpl.readWSDL(java.lang.String documentBaseURI, org.xml.sax.InputSource inputSource)
          Read a WSDL document into a WSDL definition.
 Definition WSDLReaderImpl.readWSDL(WSDLLocator locator)
          Read a WSDL document into a WSDL definition.
 org.w3c.dom.Document WSDLWriterImpl.getDocument(Definition wsdlDef)
          Return a document generated from the specified WSDL model.
 void WSDLWriterImpl.writeWSDL(Definition wsdlDef, java.io.Writer sink)
          Write the specified WSDL definition to the specified Writer.
 void WSDLWriterImpl.writeWSDL(Definition wsdlDef, java.io.OutputStream sink)
          Write the specified WSDL definition to the specified OutputStream.
static void WSDLWriterImpl.main(java.lang.String[] argv)
          A test driver.
 

Uses of WSDLException in javax.wsdl.extensions
 

Methods in javax.wsdl.extensions that throw WSDLException
 ExtensionSerializer ExtensionRegistry.querySerializer(java.lang.Class parentType, javax.xml.namespace.QName elementType)
          Look up the serializer to use for the extensibility element with the qname elementType, which was encountered as a child of the specified parentType.
 ExtensionDeserializer ExtensionRegistry.queryDeserializer(java.lang.Class parentType, javax.xml.namespace.QName elementType)
          Look up the deserializer for the extensibility element with the qname elementType, which was encountered as an immediate child of the element represented by the specified parentType.
 ExtensibilityElement ExtensionRegistry.createExtension(java.lang.Class parentType, javax.xml.namespace.QName elementType)
          Create an instance of the type which was declared to be used to represent extensibility elements with qnames matching elementType, when intended to exist as children of the specified parentType.
 ExtensibilityElement UnknownExtensionDeserializer.unmarshall(java.lang.Class parentType, javax.xml.namespace.QName elementType, org.w3c.dom.Element el, Definition def, ExtensionRegistry extReg)
           
 ExtensibilityElement ExtensionDeserializer.unmarshall(java.lang.Class parentType, javax.xml.namespace.QName elementType, org.w3c.dom.Element el, Definition def, ExtensionRegistry extReg)
          This method deserializes elements into instances of classes which implement the ExtensibilityElement interface.
 void UnknownExtensionSerializer.marshall(java.lang.Class parentType, javax.xml.namespace.QName elementType, ExtensibilityElement extension, java.io.PrintWriter pw, Definition def, ExtensionRegistry extReg)
           
 void ExtensionSerializer.marshall(java.lang.Class parentType, javax.xml.namespace.QName elementType, ExtensibilityElement extension, java.io.PrintWriter pw, Definition def, ExtensionRegistry extReg)
          This method serializes extension-specific instances of ExtensibilityElement into the PrintWriter.
 

Uses of WSDLException in javax.wsdl.factory
 

Methods in javax.wsdl.factory that throw WSDLException
static WSDLFactory WSDLFactory.newInstance()
          Get a new instance of a WSDLFactory.
static WSDLFactory WSDLFactory.newInstance(java.lang.String factoryImplName)
          Get a new instance of a WSDLFactory.
 

Uses of WSDLException in javax.wsdl.xml
 

Methods in javax.wsdl.xml that throw WSDLException
 org.w3c.dom.Document WSDLWriter.getDocument(Definition wsdlDef)
          Return a document generated from the specified WSDL model.
 void WSDLWriter.writeWSDL(Definition wsdlDef, java.io.Writer sink)
          Write the specified WSDL definition to the specified Writer.
 void WSDLWriter.writeWSDL(Definition wsdlDef, java.io.OutputStream sink)
          Write the specified WSDL definition to the specified OutputStream.
 Definition WSDLReader.readWSDL(java.lang.String wsdlURI)
          Read the WSDL document accessible via the specified URI into a WSDL definition.
 Definition WSDLReader.readWSDL(java.lang.String contextURI, java.lang.String wsdlURI)
          Read the WSDL document accessible via the specified URI into a WSDL definition.
 Definition WSDLReader.readWSDL(java.lang.String documentBaseURI, org.w3c.dom.Element definitionsElement)
          Read the specified <wsdl:definitions> element into a WSDL definition.
 Definition WSDLReader.readWSDL(java.lang.String documentBaseURI, org.w3c.dom.Document wsdlDocument)
          Read the specified WSDL document into a WSDL definition.
 Definition WSDLReader.readWSDL(java.lang.String documentBaseURI, org.xml.sax.InputSource inputSource)
          Read a WSDL document into a WSDL definition.
 Definition WSDLReader.readWSDL(WSDLLocator locator)
          Read a WSDL document into a WSDL definition.
 



Copyright © 2001 IBM. All Rights Reserved.