org.ow2.easywsdl.extensions.multiple.impl
Class DescriptionImpl<D extends org.ow2.easywsdl.wsdl.api.abstractItf.AbsItfDescription>

java.lang.Object
  extended by org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl<E>
      extended by org.ow2.easywsdl.schema.api.abstractElmt.AbstractXMLElementImpl<E>
          extended by org.ow2.easywsdl.wsdl.api.abstractElmt.AbstractWSDLElementImpl
              extended by org.ow2.easywsdl.wsdl.decorator.Decorator<org.ow2.easywsdl.wsdl.api.abstractItf.AbsItfDescription<S,E,B,I,Incl,Impt,T>>
                  extended by org.ow2.easywsdl.wsdl.decorator.DecoratorDescriptionImpl
                      extended by org.ow2.easywsdl.extensions.multiple.impl.DescriptionImpl<D>
All Implemented Interfaces:
java.io.Serializable, Description, org.ow2.easywsdl.schema.api.SchemaElement, org.ow2.easywsdl.schema.api.XMLElement, org.ow2.easywsdl.wsdl.api.abstractItf.AbsItfDescription, org.ow2.easywsdl.wsdl.api.WSDLElement

public class DescriptionImpl<D extends org.ow2.easywsdl.wsdl.api.abstractItf.AbsItfDescription>
extends org.ow2.easywsdl.wsdl.decorator.DecoratorDescriptionImpl
implements Description

Author:
Nicolas Boissel-Dallier - eBM WebSourcing
See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from interface org.ow2.easywsdl.wsdl.api.abstractItf.AbsItfDescription
org.ow2.easywsdl.wsdl.api.abstractItf.AbsItfDescription.WSDLVersionConstants
 
Field Summary
 
Fields inherited from class org.ow2.easywsdl.wsdl.decorator.Decorator
internalObject
 
Fields inherited from class org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl
documentation, model, parent
 
Constructor Summary
DescriptionImpl(org.ow2.easywsdl.wsdl.api.abstractItf.AbsItfDescription wsdl)
           
 
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 class org.ow2.easywsdl.wsdl.decorator.DecoratorDescriptionImpl
addBinding, addImport, addInclude, addInterface, addNamespace, addService, createBinding, createDefaultSoapBinding, createImport, createInterface, createService, createTypes, findEndpointsImplementingInterface, getBinding, getBindings, getDocumentBaseURI, getFirstDescription, getImports, getImports, getInclude, getIncludes, getInterface, getInterfaces, getNamespaces, getQName, getSchemaLocation, getService, getServices, getTargetNamespace, getTypes, getVersion, removeBinding, removeImport, removeInclude, removeInterface, removeNamespace, removeService, setDocumentBaseURI, setQName, setTargetNamespace, setTypes, toString
 
Methods inherited from class org.ow2.easywsdl.wsdl.decorator.Decorator
createDocumentation, equals, getDocumentation, getInternalObject, getModel, getOtherAttributes, getOtherElements, getParent, hashCode, setDocumentation
 
Methods inherited from class org.ow2.easywsdl.wsdl.api.abstractElmt.AbstractWSDLElementImpl
addOtherElements
 
Methods inherited from class org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl
getSchema, getTopParent, setParent
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
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
 

Constructor Detail

DescriptionImpl

public DescriptionImpl(org.ow2.easywsdl.wsdl.api.abstractItf.AbsItfDescription wsdl)
                throws org.ow2.easywsdl.wsdl.api.WSDLException
Throws:
org.ow2.easywsdl.wsdl.api.WSDLException
Method Detail

find

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

Specified by:
find in interface Description
Returns:
Description
Throws:
MultipleExtException


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