Uses of Interface
org.apache.woden.wsdl20.xml.DescriptionElement

Packages that use DescriptionElement
org.apache.woden   
org.apache.woden.wsdl20   
org.apache.woden.wsdl20.extensions   
org.apache.woden.wsdl20.xml   
 

Uses of DescriptionElement in org.apache.woden
 

Methods in org.apache.woden that return DescriptionElement
abstract  DescriptionElement WSDLFactory.newDescription()
           
 

Methods in org.apache.woden with parameters of type DescriptionElement
 void WSDLWriter.writeWSDL(DescriptionElement wsdlDes, OutputStream sink)
          Write the specified WSDL Description to the specified OutputStream.
 void WSDLWriter.writeWSDL(DescriptionElement wsdlDes, Writer sink)
          Write the specified WSDL Description to the specified Writer.
 

Uses of DescriptionElement in org.apache.woden.wsdl20
 

Methods in org.apache.woden.wsdl20 that return DescriptionElement
 DescriptionElement Description.toElement()
          Returns a WSDLElement that represents the element information item from the WSDL 2.0 infoset that maps to this WSDLComponent.
 

Uses of DescriptionElement in org.apache.woden.wsdl20.extensions
 

Methods in org.apache.woden.wsdl20.extensions with parameters of type DescriptionElement
 void ExtensionSerializer.marshall(Class parentType, QName elementType, ExtensionElement extension, PrintWriter pw, DescriptionElement desc, ExtensionRegistry extReg)
          This method serializes extension-specific instances of ExtensibilityElement into the PrintWriter.
 void UnknownExtensionSerializer.marshall(Class parentType, QName elementType, ExtensionElement extension, PrintWriter pw, DescriptionElement desc, ExtensionRegistry extReg)
           
 ExtensionElement UnknownExtensionDeserializer.unmarshall(Class parentType, Object parent, QName extType, XMLElement extEl, DescriptionElement desc, ExtensionRegistry extReg)
           
 ExtensionElement ExtensionDeserializer.unmarshall(Class parentType, Object parent, QName extType, XMLElement extEl, DescriptionElement desc, ExtensionRegistry extReg)
          This method deserializes elements into instances of classes which implement the ExtensionElement interface.
 

Uses of DescriptionElement in org.apache.woden.wsdl20.xml
 

Methods in org.apache.woden.wsdl20.xml that return DescriptionElement
 DescriptionElement IncludeElement.getDescriptionElement()
           
 DescriptionElement ImportElement.getDescriptionElement()
           
 

Methods in org.apache.woden.wsdl20.xml with parameters of type DescriptionElement
 void IncludeElement.setDescriptionElement(DescriptionElement desc)
           
 void ImportElement.setDescriptionElement(DescriptionElement desc)
           
 



Copyright © 2005-2011 Apache Software Foundation. All Rights Reserved.