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 InterfaceMessageReferenceImpl.getElementDeclaration()
           
 ElementDeclaration[] DescriptionImpl.getElementDeclarations()
           
 ElementDeclaration DescriptionImpl.getElementDeclaration(QName qname)
           
 ElementDeclaration InterfaceFaultImpl.getElementDeclaration()
           
 

Methods in org.apache.woden.internal.wsdl20 with parameters of type ElementDeclaration
 void DescriptionImpl.addElementDeclaration(ElementDeclaration elDec)
           
 

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 InterfaceFault.getElementDeclaration()
          Returns the ElementDeclaration representing the {element declaration} property of this InterfaceFault.
 ElementDeclaration[] Description.getElementDeclarations()
          Represents the {element declarations} property of the Description component.
 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 InterfaceMessageReference.getElementDeclaration()
          Returns the ElementDeclaration representing the {element declaration} property of this InterfaceMessageReference.
 

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-2007 Apache Software Foundation. All Rights Reserved.