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

Packages that use Description
org.ow2.easywsdl.extensions.multiple   
org.ow2.easywsdl.extensions.multiple.api   
org.ow2.easywsdl.extensions.multiple.impl   
 

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

Methods in org.ow2.easywsdl.extensions.multiple that return Description
 Description MultipleExtFactoryImpl.addMultipleExtElmt2Description(java.util.List<org.ow2.easywsdl.wsdl.ExtensionFactory> extFactories, org.ow2.easywsdl.wsdl.api.abstractItf.AbsItfDescription desc)
           
abstract  Description MultipleExtFactory.addMultipleExtElmt2Description(java.util.List<org.ow2.easywsdl.wsdl.ExtensionFactory> absFactories, org.ow2.easywsdl.wsdl.api.abstractItf.AbsItfDescription desc)
          Create a new instance of a Definition.
 

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

Methods in org.ow2.easywsdl.extensions.multiple.api that return Description
 Description MultipleExtReader.read(java.util.List<org.ow2.easywsdl.wsdl.ExtensionFactory> extFactories, org.w3c.dom.Document wsdlDocument)
           Read the WSDL document available at the specified DOM Document, and bind it into a Description object.
 Description MultipleExtReader.read(java.util.List<org.ow2.easywsdl.wsdl.ExtensionFactory> extFactories, org.xml.sax.InputSource inputSource)
           Read the WSDL document available at the specified InputSource, and bind it into a Description object.
 Description MultipleExtReader.read(java.util.List<org.ow2.easywsdl.wsdl.ExtensionFactory> extFactories, java.net.URL wsdlURL)
           Read the WSDL document available at the location identified by the specified URL, and bind it into a Description object.
 

Uses of Description in org.ow2.easywsdl.extensions.multiple.impl
 

Classes in org.ow2.easywsdl.extensions.multiple.impl that implement Description
 class DescriptionImpl<D extends AbsItfDescription>
           
 

Methods in org.ow2.easywsdl.extensions.multiple.impl that return Description
 Description MultipleExtReaderImpl.read(java.util.List<org.ow2.easywsdl.wsdl.ExtensionFactory> extFactories, org.w3c.dom.Document wsdlDocument)
          

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

 Description MultipleExtReaderImpl.read(java.util.List<org.ow2.easywsdl.wsdl.ExtensionFactory> extFactories, org.xml.sax.InputSource wsdlInputSource)
          

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

 Description MultipleExtReaderImpl.read(java.util.List<org.ow2.easywsdl.wsdl.ExtensionFactory> extFactories, java.net.URL wsdlURL)
          

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

 



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