Uses of Interface
org.ow2.easywsdl.extensions.wsdl4complexwsdl.api.Description

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

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

Methods in org.ow2.easywsdl.extensions.wsdl4complexwsdl that return Description
 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
 

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

Methods in org.ow2.easywsdl.extensions.wsdl4complexwsdl.api that return Description
 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(org.xml.sax.InputSource doc, java.util.Map<java.net.URI,org.ow2.easywsdl.wsdl.api.abstractItf.AbsItfDescription> descriptionImports, java.util.Map<java.net.URI,org.ow2.easywsdl.schema.api.absItf.AbsItfSchema> schemaImports)
          Read a WSDL document into a WSDL definition.
 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.
 Description WSDL4ComplexWsdlReader.read(java.net.URL wsdlURL, java.util.Map<java.net.URI,org.ow2.easywsdl.wsdl.api.abstractItf.AbsItfDescription> descImports, java.util.Map<java.net.URI,org.ow2.easywsdl.schema.api.absItf.AbsItfSchema> schemaImports)
           
 

Methods in org.ow2.easywsdl.extensions.wsdl4complexwsdl.api with parameters of type Description
 org.w3c.dom.Document WSDL4ComplexWsdlWriter.getDocument(Description wsdlDef)
          Return a document generated from the specified WSDL tag.
 java.lang.String WSDL4ComplexWsdlWriter.writeWSDL4ComplexWsdl(Description wsdlDef)
          Write the specified WSDL definition .
 

Uses of Description in org.ow2.easywsdl.extensions.wsdl4complexwsdl.impl.converter
 

Methods in org.ow2.easywsdl.extensions.wsdl4complexwsdl.impl.converter that return Description
 Description DescriptionConverter.convertDescription(org.ow2.easywsdl.wsdl.api.abstractItf.AbsItfDescription oldDesc)
           
 

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

Methods in org.ow2.easywsdl.extensions.wsdl4complexwsdl.impl.inout that return Description
 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(org.xml.sax.InputSource wsdlsource, java.util.Map<java.net.URI,org.ow2.easywsdl.wsdl.api.abstractItf.AbsItfDescription> descImports, java.util.Map<java.net.URI,org.ow2.easywsdl.schema.api.absItf.AbsItfSchema> schemaImports)
           
 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.

 Description WSDL4ComplexWsdlReaderImpl.read(java.net.URL wsdlURL, java.util.Map<java.net.URI,org.ow2.easywsdl.wsdl.api.abstractItf.AbsItfDescription> descImports, java.util.Map<java.net.URI,org.ow2.easywsdl.schema.api.absItf.AbsItfSchema> schemaImports)
           
 

Methods in org.ow2.easywsdl.extensions.wsdl4complexwsdl.impl.inout with parameters of type Description
 org.w3c.dom.Document WSDL4ComplexWsdlWriterImpl.getDocument(Description wsdlDef)
           
 java.lang.String WSDL4ComplexWsdlWriterImpl.writeWSDL4ComplexWsdl(Description wsdlDef)
           
 



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