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

All Superinterfaces:
org.ow2.easywsdl.wsdl.api.abstractItf.AbsItfDescription, org.ow2.easywsdl.schema.api.SchemaElement, java.io.Serializable, org.ow2.easywsdl.wsdl.api.WSDLElement, org.ow2.easywsdl.schema.api.XMLElement
All Known Implementing Classes:
DescriptionImpl

public interface Description
extends org.ow2.easywsdl.wsdl.api.abstractItf.AbsItfDescription

This interface represents a WSDL definition.

Author:
Nicolas Boissel-Dallier - eBM WebSourcing

Nested Class Summary
 
Nested classes/interfaces inherited from interface org.ow2.easywsdl.wsdl.api.abstractItf.AbsItfDescription
org.ow2.easywsdl.wsdl.api.abstractItf.AbsItfDescription.WSDLVersionConstants
 
Method Summary
<D extends org.ow2.easywsdl.wsdl.api.abstractItf.AbsItfDescription>
D
find(org.ow2.easywsdl.wsdl.ExtensionFactory factory)
          Find description which correspond to ExtensionFactories in argument
 
Methods inherited from interface org.ow2.easywsdl.wsdl.api.abstractItf.AbsItfDescription
addBinding, addImport, addInclude, addInterface, addNamespace, addService, createBinding, createDefaultSoapBinding, createImport, createInterface, createService, createTypes, findEndpointsImplementingInterface, getBinding, getBindings, getDocumentBaseURI, getImports, getImports, getInclude, getIncludes, getInterface, getInterfaces, getNamespaces, getQName, getSchemaLocation, getService, getServices, getTargetNamespace, getTypes, getVersion, removeBinding, removeImport, removeInclude, removeInterface, removeNamespace, removeService, setDocumentBaseURI, setQName, setTargetNamespace, setTypes
 
Methods inherited from interface org.ow2.easywsdl.schema.api.XMLElement
addOtherElements, getOtherElements
 
Methods inherited from interface org.ow2.easywsdl.schema.api.SchemaElement
createDocumentation, equals, getDocumentation, getOtherAttributes, hashCode, setDocumentation
 

Method Detail

find

<D extends org.ow2.easywsdl.wsdl.api.abstractItf.AbsItfDescription> D find(org.ow2.easywsdl.wsdl.ExtensionFactory factory)
                                                                       throws MultipleExtException
Find description which correspond to ExtensionFactories in argument

Returns:
Description
Throws:
MultipleExtException


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