Uses of Interface
org.ow2.easywsdl.wsdl.api.Description

Packages that use Description
org.ow2.easywsdl.wsdl   
org.ow2.easywsdl.wsdl.api   
org.ow2.easywsdl.wsdl.api.abstractElmt   
org.ow2.easywsdl.wsdl.decorator   
org.ow2.easywsdl.wsdl.impl.generic   
org.ow2.easywsdl.wsdl.impl.wsdl11   
org.ow2.easywsdl.wsdl.impl.wsdl20   
org.ow2.easywsdl.wsdl.util   
 

Uses of Description in org.ow2.easywsdl.wsdl
 

Methods in org.ow2.easywsdl.wsdl that return Description
 Description WSDLFactoryImpl.newDescription(AbsItfDescription.WSDLVersionConstants version)
          Create a new instance of a Definition, with an instance of a PopulatedExtensionRegistry as its ExtensionRegistry.
abstract  Description WSDLFactory.newDescription(AbsItfDescription.WSDLVersionConstants version)
          Create a new instance of a Definition.
 

Uses of Description in org.ow2.easywsdl.wsdl.api
 

Methods in org.ow2.easywsdl.wsdl.api that return Description
 Description WSDLReader.read(org.w3c.dom.Document document)
           Read the WSDL definition available at the specified DOM Document, and bind it into a Description object.
 Description WSDLReader.read(org.xml.sax.InputSource inputSource)
           Read the WSDL definition available at the specified InputSource, and bind it into a Description object.
 Description WSDLReader.read(org.xml.sax.InputSource source, java.util.Map<java.net.URI,AbsItfDescription> descriptionImports, java.util.Map<java.net.URI,org.ow2.easywsdl.schema.api.absItf.AbsItfSchema> schemaImports)
          Read an WSDL part provided by an InputSource, description imports/includes and schema imports/includes provided by descriptionImports and schemaImports are not read.
 Description WSDLReader.read(java.net.URL wsdlURL)
           Read the WSDL definition available at the location identified by the specified URL, and bind it into a Description object.
 

Methods in org.ow2.easywsdl.wsdl.api with parameters of type Description
 org.w3c.dom.Document WSDLWriter.getDocument(Description wsdlDef)
          Return a document generated from the specified WSDL model.
 java.lang.String WSDLWriter.writeWSDL(Description wsdlDef)
          Write the specified WSDL definition .
 

Uses of Description in org.ow2.easywsdl.wsdl.api.abstractElmt
 

Methods in org.ow2.easywsdl.wsdl.api.abstractElmt that return Description
abstract  Description AbstractWSDLReaderImpl.read(org.xml.sax.InputSource source, java.util.Map<java.net.URI,AbsItfDescription> descriptionImports, java.util.Map<java.net.URI,org.ow2.easywsdl.schema.api.absItf.AbsItfSchema> schemaImports, boolean deleteImports)
          Read an WSDL part provided by an InputSource, description imports/includes and schema imports/includes provided by descriptionImports and schemaImports are not read.
protected  Description AbstractWSDLReaderImpl.readExternalPart(java.net.URI externalURI, java.net.URI documentBaseURI, java.util.Map<java.net.URI,AbsItfDescription> descriptionImports, java.util.Map<java.net.URI,org.ow2.easywsdl.schema.api.absItf.AbsItfSchema> schemaImports, boolean deleteImports)
          Read an external WSDL URI according to a base URI.
 

Uses of Description in org.ow2.easywsdl.wsdl.decorator
 

Methods in org.ow2.easywsdl.wsdl.decorator that return Description
 Description DecoratorDescriptionImpl.getFirstDescription()
           
 

Uses of Description in org.ow2.easywsdl.wsdl.impl.generic
 

Methods in org.ow2.easywsdl.wsdl.impl.generic that return Description
 Description WSDLReaderImpl.read(org.w3c.dom.Document document)
           Read the WSDL definition available at the specified DOM Document, and bind it into a Description object.
 Description WSDLReaderImpl.read(org.xml.sax.InputSource inputSource)
           Read the WSDL definition available at the specified InputSource, and bind it into a Description object.
 Description WSDLReaderImpl.read(org.xml.sax.InputSource source, java.util.Map<java.net.URI,AbsItfDescription> descriptionImports, java.util.Map<java.net.URI,org.ow2.easywsdl.schema.api.absItf.AbsItfSchema> schemaImports)
           
 Description WSDLReaderImpl.read(org.xml.sax.InputSource inputSource, java.util.Map<java.net.URI,AbsItfDescription> descriptionImports, java.util.Map<java.net.URI,org.ow2.easywsdl.schema.api.absItf.AbsItfSchema> schemaImports, boolean deleteImports)
          Read an WSDL part provided by an InputSource, description imports/includes and schema imports/includes provided by descriptionImports and schemaImports are not read.
 Description WSDLReaderImpl.read(java.net.URL wsdlURL)
           Read the WSDL definition available at the location identified by the specified URL, and bind it into a Description object.
 

Methods in org.ow2.easywsdl.wsdl.impl.generic with parameters of type Description
 org.w3c.dom.Document WSDLWriterImpl.getDocument(Description wsdlDef)
           
 java.lang.String WSDLWriterImpl.writeWSDL(Description wsdlDef)
           
 

Uses of Description in org.ow2.easywsdl.wsdl.impl.wsdl11
 

Methods in org.ow2.easywsdl.wsdl.impl.wsdl11 that return Description
 Description MessageImpl.getDescription()
           
 Description WSDLReaderImpl.read(org.w3c.dom.Document doc)
           Read the WSDL definition available at the specified DOM Document, and bind it into a Description object.
 Description WSDLReaderImpl.read(org.xml.sax.InputSource inputSource)
           Read the WSDL definition available at the specified InputSource, and bind it into a Description object.
 Description WSDLReaderImpl.read(org.xml.sax.InputSource source, java.util.Map<java.net.URI,AbsItfDescription> descriptionImports, java.util.Map<java.net.URI,org.ow2.easywsdl.schema.api.absItf.AbsItfSchema> schemaImports)
           
 Description WSDLReaderImpl.read(org.xml.sax.InputSource inputSource, java.util.Map<java.net.URI,AbsItfDescription> descriptionImports, java.util.Map<java.net.URI,org.ow2.easywsdl.schema.api.absItf.AbsItfSchema> schemaImports, boolean deleteImports)
          Read an WSDL part provided by an InputSource, description imports/includes and schema imports/includes provided by descriptionImports and schemaImports are not read.
 Description WSDLReaderImpl.read(java.net.URL wsdlURL)
           Read the WSDL definition available at the location identified by the specified URL, and bind it into a Description object.
 

Methods in org.ow2.easywsdl.wsdl.impl.wsdl11 with parameters of type Description
 org.w3c.dom.Document WSDLWriterImpl.getDocument(Description wsdlDef)
           
 java.lang.String WSDLWriterImpl.writeWSDL(Description wsdlDef)
           
 

Constructors in org.ow2.easywsdl.wsdl.impl.wsdl11 with parameters of type Description
ImportImpl(TImport impt, Description parent, java.util.Map<java.net.URI,AbsItfDescription> descriptionImports, java.util.Map<java.net.URI,org.ow2.easywsdl.schema.api.absItf.AbsItfSchema> schemaImports, java.net.URI baseURI, WSDLReaderImpl reader)
           
MessageImpl(TMessage msg, Description parent)
           
 

Uses of Description in org.ow2.easywsdl.wsdl.impl.wsdl20
 

Classes in org.ow2.easywsdl.wsdl.impl.wsdl20 that implement Description
 class DescriptionImpl
           
 

Methods in org.ow2.easywsdl.wsdl.impl.wsdl20 that return Description
 Description WSDLReaderImpl.read(org.w3c.dom.Document doc)
           Read the WSDL definition available at the specified DOM Document, and bind it into a Description object.
 Description WSDLReaderImpl.read(org.xml.sax.InputSource inputSource)
           Read the WSDL definition available at the specified InputSource, and bind it into a Description object.
 Description WSDLReaderImpl.read(org.xml.sax.InputSource source, java.util.Map<java.net.URI,AbsItfDescription> descriptionImports, java.util.Map<java.net.URI,org.ow2.easywsdl.schema.api.absItf.AbsItfSchema> schemaImports)
           
 Description WSDLReaderImpl.read(org.xml.sax.InputSource inputSource, java.util.Map<java.net.URI,AbsItfDescription> descriptionImports, java.util.Map<java.net.URI,org.ow2.easywsdl.schema.api.absItf.AbsItfSchema> schemaImports, boolean deleteImports)
          Read an WSDL part provided by an InputSource, description imports/includes and schema imports/includes provided by descriptionImports and schemaImports are not read.
 Description WSDLReaderImpl.read(java.net.URL wsdlURL)
           Read the WSDL definition available at the location identified by the specified URL, and bind it into a Description object.
 

Methods in org.ow2.easywsdl.wsdl.impl.wsdl20 with parameters of type Description
 org.w3c.dom.Document WSDLWriterImpl.getDocument(Description wsdlDef)
           
 java.lang.String WSDLWriterImpl.writeWSDL(Description wsdlDef)
           
 

Constructors in org.ow2.easywsdl.wsdl.impl.wsdl20 with parameters of type Description
ImportImpl(ImportType impt, Description parent, java.util.Map<java.net.URI,AbsItfDescription> descriptionImports, java.util.Map<java.net.URI,org.ow2.easywsdl.schema.api.absItf.AbsItfSchema> schemaImports, java.net.URI baseURI, WSDLReaderImpl reader)
           
IncludeImpl(IncludeType incl, Description parent, java.util.Map<java.net.URI,AbsItfDescription> descriptionImports, java.util.Map<java.net.URI,org.ow2.easywsdl.schema.api.absItf.AbsItfSchema> schemaImports, java.net.URI baseURI, WSDLReaderImpl reader)
           
 

Uses of Description in org.ow2.easywsdl.wsdl.util
 

Methods in org.ow2.easywsdl.wsdl.util with parameters of type Description
static java.lang.String Util.convertSchemaLocationIntoString(Description wsdlDef)
           
 



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