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

Packages that use DescriptionElement
org.apache.woden   
org.apache.woden.internal   
org.apache.woden.internal.wsdl20   
org.apache.woden.internal.wsdl20.extensions.http   
org.apache.woden.internal.wsdl20.extensions.soap   
org.apache.woden.internal.wsdl20.validation   
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()
           
 

Uses of DescriptionElement in org.apache.woden.internal
 

Methods in org.apache.woden.internal that return DescriptionElement
protected  DescriptionElement OMWSDLReader.getWSDLFromLocation(java.lang.String locationURI, DescriptionElement desc, java.util.Map wsdlModules)
           
protected abstract  DescriptionElement BaseWSDLReader.getWSDLFromLocation(java.lang.String locationURI, DescriptionElement desc, java.util.Map wsdlModules)
           
protected  DescriptionElement DOMWSDLReader.getWSDLFromLocation(java.lang.String locationURI, DescriptionElement desc, java.util.Map wsdlModules)
           
 DescriptionElement BaseWSDLFactory.newDescription()
           
protected  DescriptionElement BaseWSDLReader.parseDescription(java.lang.String documentBaseURI, XMLElement descEl, java.util.Map wsdlModules)
           
 

Methods in org.apache.woden.internal with parameters of type DescriptionElement
protected  DescriptionElement OMWSDLReader.getWSDLFromLocation(java.lang.String locationURI, DescriptionElement desc, java.util.Map wsdlModules)
           
protected abstract  DescriptionElement BaseWSDLReader.getWSDLFromLocation(java.lang.String locationURI, DescriptionElement desc, java.util.Map wsdlModules)
           
protected  DescriptionElement DOMWSDLReader.getWSDLFromLocation(java.lang.String locationURI, DescriptionElement desc, java.util.Map wsdlModules)
           
protected  DocumentationElement BaseWSDLReader.parseDocumentation(XMLElement docEl, DescriptionElement desc, DocumentableElement parent)
           
protected  void OMWSDLReader.parseExtensionAttributes(XMLElement domEl, java.lang.Class wsdlClass, WSDLElement wsdlObj, DescriptionElement desc)
           
protected abstract  void BaseWSDLReader.parseExtensionAttributes(XMLElement extEl, java.lang.Class wsdlClass, WSDLElement wsdlObj, DescriptionElement desc)
           
protected  void DOMWSDLReader.parseExtensionAttributes(XMLElement extEl, java.lang.Class wsdlClass, WSDLElement wsdlObj, DescriptionElement desc)
           
protected  ExtensionElement BaseWSDLReader.parseExtensionElement(java.lang.Class parentType, WSDLElement parent, XMLElement el, DescriptionElement desc)
           
protected  void BaseWSDLReader.parseSchemaForXMLSchema(DescriptionElement desc)
           
protected  void DOMWSDLReader.parseSchemaForXMLSchema(DescriptionElement desc)
           
protected  Schema OMWSDLReader.parseSchemaImport(XMLElement importEl, DescriptionElement desc)
           
protected abstract  Schema BaseWSDLReader.parseSchemaImport(XMLElement importEl, DescriptionElement desc)
           
protected  Schema DOMWSDLReader.parseSchemaImport(XMLElement importEl, DescriptionElement desc)
           
protected  Schema OMWSDLReader.parseSchemaInline(XMLElement schemaElement, DescriptionElement desc)
           
protected abstract  Schema BaseWSDLReader.parseSchemaInline(XMLElement schemaEl, DescriptionElement desc)
           
protected  Schema DOMWSDLReader.parseSchemaInline(XMLElement schemaEl, DescriptionElement desc)
           
 

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

Classes in org.apache.woden.internal.wsdl20 that implement DescriptionElement
 class DescriptionImpl
          This class provides the implementation for a Description component from the WSDL Component Model, as described in the WSDL 2.0 specification.
 

Methods in org.apache.woden.internal.wsdl20 that return DescriptionElement
 DescriptionElement WSDLReferenceImpl.getDescriptionElement()
           
 DescriptionElement DescriptionImpl.toElement()
           
 

Methods in org.apache.woden.internal.wsdl20 with parameters of type DescriptionElement
 void WSDLReferenceImpl.setDescriptionElement(DescriptionElement desc)
           
 

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

Methods in org.apache.woden.internal.wsdl20.extensions.http with parameters of type DescriptionElement
 ExtensionElement HTTPHeaderDeserializer.unmarshall(java.lang.Class parentType, java.lang.Object parent, QName extType, XMLElement extEl, DescriptionElement desc, ExtensionRegistry extReg)
           
 

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

Methods in org.apache.woden.internal.wsdl20.extensions.soap with parameters of type DescriptionElement
 ExtensionElement SOAPModuleDeserializer.unmarshall(java.lang.Class parentType, java.lang.Object parent, QName elementType, XMLElement el, DescriptionElement desc, ExtensionRegistry extReg)
           
 ExtensionElement SOAPHeaderBlockDeserializer.unmarshall(java.lang.Class parentType, java.lang.Object parent, QName extType, XMLElement extEl, DescriptionElement desc, ExtensionRegistry extReg)
           
 

Uses of DescriptionElement in org.apache.woden.internal.wsdl20.validation
 

Methods in org.apache.woden.internal.wsdl20.validation with parameters of type DescriptionElement
protected  boolean WSDLDocumentValidator.testAssertionDescription1006(DescriptionElement descElement, ErrorReporter errorReporter)
          Test assertion Description-1006.
protected  boolean WSDLDocumentValidator.testAssertionSchema1066(DescriptionElement descElement, QName qualifiedName, ErrorReporter errorReporter)
          Test assertion Schema-1066.
 boolean WSDLDocumentValidator.validate(DescriptionElement descElement, ErrorReporter errorReporter)
          Validate the document representation of the WSDL document against the WSDL 2.0 specification.
protected  boolean WSDLDocumentValidator.validateInterfaceFaultReferences(DescriptionElement descElement, InterfaceFaultReferenceElement[] faultReferences, ErrorReporter errorReporter)
          Validate the InterfaceFaultReference elements.
protected  boolean WSDLDocumentValidator.validateInterfaceFaults(DescriptionElement descElement, InterfaceFaultElement[] faultElements, ErrorReporter errorReporter)
          Validate the InterfaceFault elements.
protected  boolean WSDLDocumentValidator.validateInterfaceMessageReferences(DescriptionElement descElement, InterfaceMessageReferenceElement[] messageReferences, ErrorReporter errorReporter)
          Validate the InterfaceMessageReference elements.
protected  boolean WSDLDocumentValidator.validateInterfaceOperations(DescriptionElement descElement, InterfaceOperationElement[] interfaceOperations, ErrorReporter errorReporter)
          Validate the InterfaceOperation elements.
protected  boolean WSDLDocumentValidator.validateInterfaces(DescriptionElement descElement, InterfaceElement[] interfaces, ErrorReporter errorReporter)
          Validate the contents of the interface element.
 

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 UnknownExtensionSerializer.marshall(java.lang.Class parentType, QName elementType, ExtensionElement extension, java.io.PrintWriter pw, DescriptionElement desc, ExtensionRegistry extReg)
           
 void ExtensionSerializer.marshall(java.lang.Class parentType, QName elementType, ExtensionElement extension, java.io.PrintWriter pw, DescriptionElement desc, ExtensionRegistry extReg)
          This method serializes extension-specific instances of ExtensibilityElement into the PrintWriter.
 ExtensionElement ExtensionDeserializer.unmarshall(java.lang.Class parentType, java.lang.Object parent, QName extType, XMLElement extEl, DescriptionElement desc, ExtensionRegistry extReg)
          This method deserializes elements into instances of classes which implement the ExtensionElement interface.
 ExtensionElement UnknownExtensionDeserializer.unmarshall(java.lang.Class parentType, java.lang.Object parent, QName extType, XMLElement extEl, DescriptionElement desc, ExtensionRegistry extReg)
           
 

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

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

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



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