Uses of Class
org.ow2.easywsdl.extensions.wsdl4complexwsdl.api.WSDL4ComplexWsdlException

Packages that use WSDL4ComplexWsdlException
org.ow2.easywsdl.extensions.wsdl4complexwsdl   
org.ow2.easywsdl.extensions.wsdl4complexwsdl.api   
org.ow2.easywsdl.extensions.wsdl4complexwsdl.impl   
org.ow2.easywsdl.extensions.wsdl4complexwsdl.impl.inout   
 

Uses of WSDL4ComplexWsdlException in org.ow2.easywsdl.extensions.wsdl4complexwsdl
 

Methods in org.ow2.easywsdl.extensions.wsdl4complexwsdl that throw WSDL4ComplexWsdlException
 Description WSDL4ComplexWsdlFactoryImpl.addComplexWsdlElmt2Description(org.ow2.easywsdl.wsdl.api.abstractItf.AbsItfDescription desc)
           
abstract  Description WSDL4ComplexWsdlFactory.addComplexWsdlElmt2Description(org.ow2.easywsdl.wsdl.api.abstractItf.AbsItfDescription desc)
          Create a new instance of a Definition.
 Description WSDL4ComplexWsdlFactoryImpl.addExtElmt2Description(org.ow2.easywsdl.wsdl.api.abstractItf.AbsItfDescription desc)
           
abstract  Description WSDL4ComplexWsdlFactory.addExtElmt2Description(org.ow2.easywsdl.wsdl.api.abstractItf.AbsItfDescription desc)
          Generic method for extensions
static WSDL4ComplexWsdlFactory WSDL4ComplexWsdlFactory.newInstance()
          Get a new instance of a WSDLFactory.
 WSDL4ComplexWsdlReader WSDL4ComplexWsdlFactoryImpl.newWSDLReader()
           
abstract  WSDL4ComplexWsdlReader WSDL4ComplexWsdlFactory.newWSDLReader()
          Create a new instance of a WSDLReaderImpl.
 WSDL4ComplexWsdlReader WSDL4ComplexWsdlFactoryImpl.newWSDLReader(java.util.Map<org.ow2.easywsdl.wsdl.api.WSDLReader.FeatureConstants,java.lang.Object> features)
           
abstract  WSDL4ComplexWsdlReader WSDL4ComplexWsdlFactory.newWSDLReader(java.util.Map<org.ow2.easywsdl.wsdl.api.WSDLReader.FeatureConstants,java.lang.Object> features)
          Create a new instance of a WSDLReaderImpl.
 WSDL4ComplexWsdlWriter WSDL4ComplexWsdlFactoryImpl.newWSDLWriter()
           
abstract  WSDL4ComplexWsdlWriter WSDL4ComplexWsdlFactory.newWSDLWriter()
          Create a new instance of a WSDLWriterImpl.
 

Uses of WSDL4ComplexWsdlException in org.ow2.easywsdl.extensions.wsdl4complexwsdl.api
 

Methods in org.ow2.easywsdl.extensions.wsdl4complexwsdl.api that throw WSDL4ComplexWsdlException
 void Description.addImportedDocumentsInWsdl()
           
 java.util.Map<java.net.URI,org.w3c.dom.Document> Description.deleteImportedDocumentsInWsdl()
          Delete the previously imported document.
 java.util.Map<java.net.URI,org.w3c.dom.Document> Description.deleteImportedDocumentsInWsdl(java.net.URI newBaseURI)
          Delete the previously imported document.
 org.w3c.dom.Document WSDL4ComplexWsdlWriter.getDocument(Description wsdlDef)
          Return a document generated from the specified WSDL tag.
 Description WSDL4ComplexWsdlReader.read(org.w3c.dom.Document wsdlDocument)
           Read the WSDL complex definition available at the specified DOM Document, and bind it into a complex Description object.
 Description WSDL4ComplexWsdlReader.read(org.xml.sax.InputSource wsdlInputSource)
           Read the WSDL complex definition available at the specified InputSource, and bind it into a complex Description object.
 Description WSDL4ComplexWsdlReader.read(java.net.URL wsdlURL)
           Read the WSDL complex definition available at the location identified by the specified URL, and bind it into a complex Description object.
 void WSDL4ComplexWsdlElement.setImportedDocuments(ImportedDocuments docs)
           
 java.lang.String WSDL4ComplexWsdlWriter.writeWSDL4ComplexWsdl(Description wsdlDef)
          Write the specified WSDL definition .
 

Uses of WSDL4ComplexWsdlException in org.ow2.easywsdl.extensions.wsdl4complexwsdl.impl
 

Methods in org.ow2.easywsdl.extensions.wsdl4complexwsdl.impl that throw WSDL4ComplexWsdlException
 void DescriptionImpl.addImportedDocumentsInWsdl()
           
 java.util.Map<java.net.URI,org.w3c.dom.Document> DescriptionImpl.deleteImportedDocumentsInWsdl()
          
 java.util.Map<java.net.URI,org.w3c.dom.Document> DescriptionImpl.deleteImportedDocumentsInWsdl(java.net.URI newBaseURI)
          
static WSDL4ComplexWsdlReaderImpl WSDL4ComplexWsdlElementImpl.getWSDLReader()
           
 void WSDL4ComplexWsdlElementImpl.setImportedDocuments(ImportedDocuments docs)
           
 void DescriptionImpl.setImportedDocuments(ImportedDocuments docs)
           
 

Constructors in org.ow2.easywsdl.extensions.wsdl4complexwsdl.impl that throw WSDL4ComplexWsdlException
DocumentImpl(Document doc, ImportedDocuments docs)
           
ImportedDocumentsImpl(ImportedDocuments documents, org.ow2.easywsdl.wsdl.api.Description desc)
           
WSDL4ComplexWsdlElementImpl(T t)
           
 

Uses of WSDL4ComplexWsdlException in org.ow2.easywsdl.extensions.wsdl4complexwsdl.impl.inout
 

Methods in org.ow2.easywsdl.extensions.wsdl4complexwsdl.impl.inout that throw WSDL4ComplexWsdlException
 org.w3c.dom.Document WSDL4ComplexWsdlWriterImpl.getDocument(Description wsdlDef)
           
 Description WSDL4ComplexWsdlReaderImpl.read(org.w3c.dom.Document wsdlDocument)
          

Read the WSDL complex definition available at the specified DOM Document, and bind it into a complex Description object.

 Description WSDL4ComplexWsdlReaderImpl.read(org.xml.sax.InputSource wsdlInputSource)
          

Read the WSDL complex definition available at the specified InputSource, and bind it into a complex Description object.

 Description WSDL4ComplexWsdlReaderImpl.read(java.net.URL wsdlURL)
          

Read the WSDL complex definition available at the location identified by the specified URL, and bind it into a complex Description object.

 java.lang.String WSDL4ComplexWsdlWriterImpl.writeWSDL4ComplexWsdl(Description wsdlDef)
           
 

Constructors in org.ow2.easywsdl.extensions.wsdl4complexwsdl.impl.inout that throw WSDL4ComplexWsdlException
WSDL4ComplexWsdlReaderImpl()
           
WSDL4ComplexWsdlWriterImpl()
           
 



Copyright © 2008-2009 Petals Link (previously EBM WebSourcing). All Rights Reserved.