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

Packages that use TypeDefinition
org.apache.woden.internal.wsdl20   
org.apache.woden.internal.wsdl20.extensions.http   
org.apache.woden.wsdl20   
org.apache.woden.wsdl20.extensions.http   
 

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

Classes in org.apache.woden.internal.wsdl20 that implement TypeDefinition
 class TypeDefinitionImpl
          This class represents a TypeDefinition property of the Description component.
 

Methods in org.apache.woden.internal.wsdl20 that return TypeDefinition
 TypeDefinition[] DescriptionImpl.getTypeDefinitions()
           
 TypeDefinition DescriptionImpl.getTypeDefinition(QName qname)
           
 

Methods in org.apache.woden.internal.wsdl20 with parameters of type TypeDefinition
 void DescriptionImpl.addTypeDefinition(TypeDefinition typeDef)
           
 

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

Methods in org.apache.woden.internal.wsdl20.extensions.http that return TypeDefinition
 TypeDefinition HTTPHeaderImpl.getTypeDefinition()
           
 

Uses of TypeDefinition in org.apache.woden.wsdl20
 

Methods in org.apache.woden.wsdl20 that return TypeDefinition
 TypeDefinition[] Description.getTypeDefinitions()
          Represents the {type definitions} property of the Description component.
 TypeDefinition Description.getTypeDefinition(QName name)
          Returns the TypeDefinition with the specified name from the set of TypeDefinitions represented by the {type definitions} property of this Description.
 

Uses of TypeDefinition in org.apache.woden.wsdl20.extensions.http
 

Methods in org.apache.woden.wsdl20.extensions.http that return TypeDefinition
 TypeDefinition HTTPHeader.getTypeDefinition()
           
 



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