Uses of Class
org.apache.axis.wsdl.symbolTable.TypeEntry
-
Packages that use TypeEntry Package Description org.apache.axis.description org.apache.axis.wsdl.gen org.apache.axis.wsdl.symbolTable org.apache.axis.wsdl.toJava -
-
Uses of TypeEntry in org.apache.axis.description
Fields in org.apache.axis.description declared as TypeEntry Modifier and Type Field Description TypeEntryParameterDesc. typeEntryA TypeEntry corresponding to this parameter -
Uses of TypeEntry in org.apache.axis.wsdl.gen
Methods in org.apache.axis.wsdl.gen with parameters of type TypeEntry Modifier and Type Method Description GeneratorGeneratorFactory. getGenerator(TypeEntry type, SymbolTable symbolTable)Get a Generator implementation that will generate bindings for the given Type.GeneratorNoopFactory. getGenerator(TypeEntry type, SymbolTable symbolTable)Method getGenerator -
Uses of TypeEntry in org.apache.axis.wsdl.symbolTable
Subclasses of TypeEntry in org.apache.axis.wsdl.symbolTable Modifier and Type Class Description classBaseTypeThis Type is for a QName represents a Base Type (i.e.classCollectionElementThis Element is for a QName that is a 'collection'.classCollectionTypeThis Type is for a QName that is a 'collection'.classDefinedElementThis Type is for a QName that is an element, these types are only emitted if referenced by a ref= or an element=.classDefinedTypeThis Type is for a QName that is a complex or simple type, these types are always emitted.classElementThis class represents a TypeEntry that is a type (complexType, simpleType, etc.classTypeThis class represents a TypeEntry that is a type (complexType, simpleType, etc.classUndefinedElementThis represents a QName found in a reference but is not defined.classUndefinedTypeThis represents a QName found in a reference but is not defined.Fields in org.apache.axis.wsdl.symbolTable declared as TypeEntry Modifier and Type Field Description protected TypeEntryDefinedType. extensionBaseField extensionBaseprotected TypeEntryTypeEntry. refTypeField refTypeprotected TypeEntryContainedEntry. typeMethods in org.apache.axis.wsdl.symbolTable that return TypeEntry Modifier and Type Method Description static TypeEntrySchemaUtils. getBaseType(TypeEntry type, SymbolTable symbolTable)Returns the base type of a given type with its symbol table.static TypeEntrySchemaUtils. getComplexElementExtensionBase(org.w3c.dom.Node node, SymbolTable symbolTable)If the specified node represents a supported JAX-RPC complexType/element which extends another complexType.static TypeEntrySchemaUtils. getComplexElementRestrictionBase(org.w3c.dom.Node node, SymbolTable symbolTable)Look for the base type of node iff node is a complex type that has been derived by restriction; otherwise return null.TypeEntryDefinedType. getComplexTypeExtensionBase(SymbolTable symbolTable)Get a TypeEntry for the base type of this type, if one exists.TypeEntryTypeEntry. getRefType()If this type references another type, return that type, otherwise return null.TypeEntryContainedEntry. getType()TypeEntryParameter. getType()Get the TypeEntry of the parameter.TypeEntrySymbolTable. getTypeEntry(QName qname, boolean wantElementType)Get the type entry for the given qname.protected TypeEntryTypeEntry. getUndefinedTypeRef()getUndefinedTypeRef returns the Undefined TypeEntry that this entry depends on or NULL.Methods in org.apache.axis.wsdl.symbolTable with parameters of type TypeEntry Modifier and Type Method Description static TypeEntrySchemaUtils. getBaseType(TypeEntry type, SymbolTable symbolTable)Returns the base type of a given type with its symbol table.static java.util.HashSetUtils. getDerivedTypes(TypeEntry type, SymbolTable symbolTable)This method returns a set of all types that are derived from this type via an extension of a complexTypeprotected static java.util.HashSetUtils. getNestedTypes(TypeEntry type, SymbolTable symbolTable, boolean derivedFlag)This method returns a set of all the nested types.voidUndefined. register(TypeEntry referrant)Register referrant TypeEntry so that the code can update the TypeEntry when the Undefined Element or Type is definedvoidUndefinedDelegate. register(TypeEntry referrant)Register referrant TypeEntry so that the code can update the TypeEntry when the Undefined Element or Type is definedvoidUndefinedElement. register(TypeEntry referrant)Register referrant TypeEntry so that the code can update the TypeEntry when the Undefined Element or Type is definedvoidUndefinedType. register(TypeEntry referrant)Register referrant TypeEntry so that the code can update the TypeEntry when the Undefined Element or Type is definedvoidTypeEntry. setRefType(TypeEntry refType)Method setRefTypevoidContainedEntry. setType(TypeEntry type)voidParameter. setType(TypeEntry type)Set the TypeEntry of the parameter.voidUndefined. update(TypeEntry def)Call update with the actual TypeEntry.voidUndefinedDelegate. update(TypeEntry def)Call update with the actual TypeEntry.voidUndefinedElement. update(TypeEntry def)Call update with the actual TypeEntry.voidUndefinedType. update(TypeEntry def)Call update with the actual TypeEntry.protected booleanTypeEntry. updateUndefined(TypeEntry oldRef, TypeEntry newRef)UpdateUndefined is called when the ref TypeEntry is finally known.Constructors in org.apache.axis.wsdl.symbolTable with parameters of type TypeEntry Constructor Description CollectionElement(QName pqName, TypeEntry refType, org.w3c.dom.Node pNode, java.lang.String dims)Constructor CollectionElementCollectionType(QName pqName, TypeEntry refType, org.w3c.dom.Node pNode, java.lang.String dims, boolean wrapped)Constructor CollectionTypeContainedAttribute(TypeEntry type, QName qname)ContainedEntry(TypeEntry type, QName qname)DefinedElement(QName pqName, TypeEntry refType, org.w3c.dom.Node pNode, java.lang.String dims)Create an element type defined by a ref/type attributeDefinedType(QName pqName, TypeEntry refType, org.w3c.dom.Node pNode, java.lang.String dims)Constructor DefinedTypeElement(QName pqName, TypeEntry refType, org.w3c.dom.Node pNode, java.lang.String dims)Create an Element object for an xml construct that references a type that has not been defined yet.ElementDecl(TypeEntry type, QName name)Constructor ElementDeclType(QName pqName, TypeEntry refType, org.w3c.dom.Node pNode, java.lang.String dims)Create a TypeEntry object for an xml construct that references a type that has not been defined yet.TypeEntry(QName pqName, TypeEntry refType, org.w3c.dom.Node pNode, java.lang.String dims)Create a TypeEntry object for an xml construct that references another type. -
Uses of TypeEntry in org.apache.axis.wsdl.toJava
Fields in org.apache.axis.wsdl.toJava declared as TypeEntry Modifier and Type Field Description protected TypeEntryJavaBeanHelperWriter. extendTypeField extendTypeprotected TypeEntryJavaBeanHelperWriter. typeField typeMethods in org.apache.axis.wsdl.toJava that return TypeEntry Modifier and Type Method Description protected TypeEntryJavaBeanWriter. getElementDecl(java.lang.String elementName)Returns the TypeEntry of the given elementMethods in org.apache.axis.wsdl.toJava with parameters of type TypeEntry Modifier and Type Method Description protected JavaWriterJavaTypeWriter. getBeanHelperWriter(Emitter emitter, TypeEntry type, java.util.Vector elements, TypeEntry base, java.util.Vector attributes, boolean forException)getHelperWriterprotected JavaWriterJavaTypeWriter. getBeanWriter(Emitter emitter, TypeEntry type, TypeEntry base)getBeanWriterprotected JavaWriterJavaTypeWriter. getEnumTypeWriter(Emitter emitter, TypeEntry type, java.util.Vector v)getEnumWriterGeneratorJavaGeneratorFactory. getGenerator(TypeEntry type, SymbolTable symbolTable)Method getGeneratorprotected GeneratorJavaTypeWriter. getHolderWriter(Emitter emitter, TypeEntry type)getHolderWriterstatic QNameUtils. getItemQName(TypeEntry te)static QNameUtils. getItemType(TypeEntry te)static java.lang.StringUtils. getWrapperType(TypeEntry type)Returns a "wrapper" type for the given TypeEntry.static QNameUtils. getXSIType(TypeEntry te)Get the QName that could be used in the xsi:type when serializing an object of the given type.static java.lang.StringUtils. holder(TypeEntry type, Emitter emitter)static booleanUtils. isPrimitiveType(TypeEntry type)Method isPrimitiveTypeprotected intJavaGeneratorFactory. javifyTypeEntryName(SymbolTable symbolTable, TypeEntry entry, java.util.HashMap anonQNames, int uniqueNum)Refactored to call recursively for JAX-RPC 1.1 spec 4.2.5.static booleanUtils. shouldEmit(TypeEntry type)static java.lang.StringUtils. wrapPrimitiveType(TypeEntry type, java.lang.String var)Return a string with "var" wrapped as an Object type if neededprotected voidJavaStubWriter. writeSerializationInit(java.io.PrintWriter pw, TypeEntry type)Method writeSerializationInitConstructors in org.apache.axis.wsdl.toJava with parameters of type TypeEntry Constructor Description JavaBeanFaultWriter(Emitter emitter, TypeEntry type, java.util.Vector elements, TypeEntry extendType, java.util.Vector attributes, JavaWriter helper)Constructor.JavaBeanHelperWriter(Emitter emitter, TypeEntry type, java.util.Vector elements, TypeEntry extendType, java.util.Vector attributes, java.util.Set reservedPropNames)Constructor.JavaBeanWriter(Emitter emitter, TypeEntry type, java.util.Vector elements, TypeEntry extendType, java.util.Vector attributes, JavaWriter helper)Constructor.JavaEnumTypeWriter(Emitter emitter, TypeEntry type, java.util.Vector elements)Constructor.JavaHolderWriter(Emitter emitter, TypeEntry type)Constructor.JavaTypeWriter(Emitter emitter, TypeEntry type, SymbolTable symbolTable)Constructor.
-