Uses of Interface
org.apache.woden.wsdl20.ElementDeclaration

Packages that use ElementDeclaration
org.apache.woden.internal.wsdl20   
org.apache.woden.internal.wsdl20.extensions.soap   
org.apache.woden.wsdl20   
org.apache.woden.wsdl20.extensions.soap   
 

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

Classes in org.apache.woden.internal.wsdl20 that implement ElementDeclaration
 class ElementDeclarationImpl
          This class represents an ElementDeclaration property of the Description component.
 

Methods in org.apache.woden.internal.wsdl20 that return ElementDeclaration
 ElementDeclaration InterfaceFaultImpl.getElementDeclaration()
           
 ElementDeclaration InterfaceMessageReferenceImpl.getElementDeclaration()
           
 ElementDeclaration DescriptionImpl.getElementDeclaration(QName qname)
           
 ElementDeclaration[] DescriptionImpl.getElementDeclarations()
           
 

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

Methods in org.apache.woden.internal.wsdl20.extensions.soap that return ElementDeclaration
 ElementDeclaration SOAPHeaderBlockImpl.getElementDeclaration()
           
 

Uses of ElementDeclaration in org.apache.woden.wsdl20
 

Methods in org.apache.woden.wsdl20 that return ElementDeclaration
 ElementDeclaration InterfaceMessageReference.getElementDeclaration()
          Returns the ElementDeclaration representing the {element declaration} property of this InterfaceMessageReference.
 ElementDeclaration InterfaceFault.getElementDeclaration()
          Returns the ElementDeclaration representing the {element declaration} property of this InterfaceFault.
 ElementDeclaration Description.getElementDeclaration(QName name)
          Returns the ElementDeclaration with the specified name from the set of ElementDeclarations represented by the {element declarations} property of this Description.
 ElementDeclaration[] Description.getElementDeclarations()
          Represents the {element declarations} property of the Description component.
 

Uses of ElementDeclaration in org.apache.woden.wsdl20.extensions.soap
 

Methods in org.apache.woden.wsdl20.extensions.soap that return ElementDeclaration
 ElementDeclaration SOAPHeaderBlock.getElementDeclaration()
           
 



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