Uses of Class
org.apache.wsif.schema.SchemaType

Packages that use SchemaType
org.apache.wsif.mapping   
org.apache.wsif.providers.soap.apacheaxis   
org.apache.wsif.schema   
 

Uses of SchemaType in org.apache.wsif.mapping
 

Methods in org.apache.wsif.mapping with parameters of type SchemaType
 java.util.Map WSIFMapper.getMappings(SchemaType[] types)
          Get a map of xml name to Java class name (QName to String) mappings from a array of SchemaType objects
 java.util.Map WSIFDefaultMapper.getMappings(SchemaType[] types)
           
 

Uses of SchemaType in org.apache.wsif.providers.soap.apacheaxis
 

Methods in org.apache.wsif.providers.soap.apacheaxis with parameters of type SchemaType
 java.util.Map WSDL2JavaMapper.getMappings(SchemaType[] types)
           
 

Uses of SchemaType in org.apache.wsif.schema
 

Subclasses of SchemaType in org.apache.wsif.schema
 class ComplexType
          A class to represent a <complexType> element in a schema
 class ElementType
          A class to represent a top level <element> element in a schema
 class SequenceElement
          A class to represent an <element> element defined within a <sequence> element in a schema
 class SimpleType
          A class to represent a <simpleType> element in a schema
 



Copyright ? 2002, 2006 Apache XML Project. All Rights Reserved.