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.decorator   
org.ow2.easywsdl.wsdl.impl.generic   
org.ow2.easywsdl.wsdl.impl.wsdl11   
org.ow2.easywsdl.wsdl.impl.wsdl20   
 

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.readWSDL(org.w3c.dom.Document wsdlDocument)
          Read the specified WSDL document into a WSDL definition.
 Description WSDLReader.readWSDL(org.w3c.dom.Document wsdlDocument, java.util.Map<java.net.URI,org.w3c.dom.Document> imports)
          Read the specified WSDL document into a WSDL definition.
 Description WSDLReader.readWSDL(java.net.URI wsdlURI)
          Read the WSDL document accessible via the specified URI into a WSDL definition.
 Description WSDLReader.readWSDL(java.net.URI wsdlURI, javax.xml.transform.dom.DOMSource inputSource)
          Read a WSDL document into a WSDL definition.
 Description WSDLReader.readWSDL(java.net.URI wsdlURI, javax.xml.transform.dom.DOMSource inputSource, java.util.Map<java.net.URI,javax.xml.transform.dom.DOMSource> imports)
          Read a WSDL document into a WSDL definition.
 

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.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.readWSDL(org.w3c.dom.Document wsdlDocument)
           
 Description WSDLReaderImpl.readWSDL(org.w3c.dom.Document wsdlDocument, java.util.Map<java.net.URI,org.w3c.dom.Document> imports)
           
 Description WSDLReaderImpl.readWSDL(java.net.URI wsdlURI)
           
 Description WSDLReaderImpl.readWSDL(java.net.URI wsdlURI, javax.xml.transform.dom.DOMSource inputSource)
           
 Description WSDLReaderImpl.readWSDL(java.net.URI wsdlURI, javax.xml.transform.dom.DOMSource inputSource, java.util.Map<java.net.URI,javax.xml.transform.dom.DOMSource> imports)
           
 

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
 

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

Methods in org.ow2.easywsdl.wsdl.impl.wsdl11 that return Description
 Description MessageImpl.getDescription()
           
 Description WSDLReaderImpl.readWSDL(org.w3c.dom.Document wsdlDocument)
           
 Description WSDLReaderImpl.readWSDL(org.w3c.dom.Document wsdlDocument, java.util.Map<java.net.URI,org.w3c.dom.Document> imports)
           
 Description WSDLReaderImpl.readWSDL(java.net.URI wsdlURI)
           
 Description WSDLReaderImpl.readWSDL(java.net.URI wsdlURI, javax.xml.transform.dom.DOMSource inputSource)
           
 Description WSDLReaderImpl.readWSDL(java.net.URI baseURI, javax.xml.transform.dom.DOMSource inputSource, java.util.Map<java.net.URI,javax.xml.transform.dom.DOMSource> imports)
           
 

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,javax.xml.transform.dom.DOMSource> imports)
           
MessageImpl(TMessage msg, Description parent)
           
 

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

Methods in org.ow2.easywsdl.wsdl.impl.wsdl20 that return Description
 Description WSDLReaderImpl.readWSDL(org.w3c.dom.Document wsdlDocument)
           
 Description WSDLReaderImpl.readWSDL(org.w3c.dom.Document wsdlDocument, java.util.Map<java.net.URI,org.w3c.dom.Document> imports)
           
 Description WSDLReaderImpl.readWSDL(java.net.URI wsdlURI)
           
 Description WSDLReaderImpl.readWSDL(java.net.URI wsdlURI, javax.xml.transform.dom.DOMSource inputSource)
           
 Description WSDLReaderImpl.readWSDL(java.net.URI wsdlURI, javax.xml.transform.dom.DOMSource inputSource, java.util.Map<java.net.URI,javax.xml.transform.dom.DOMSource> imports)
           
 

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,javax.xml.transform.dom.DOMSource> imports)
           
IncludeImpl(IncludeType incl, Description parent, java.util.Map<java.net.URI,javax.xml.transform.dom.DOMSource> imports)
           
 



Copyright © 2008 eBM WebSourcing. All Rights Reserved.