Uses of Class org.apache.axis.wsdl.symbolTable.TypeEntry

Uses in package org.apache.axis.wsdl.toJava

Constructors with parameter type org.apache.axis.wsdl.symbolTable.TypeEntry

JavaBeanFaultWriter.JavaBeanFaultWriter(Emitter emitter, TypeEntry type, Vector elements, TypeEntry extendType, Vector attributes, JavaWriter helper)
Constructor.
JavaBeanHelperWriter.JavaBeanHelperWriter(Emitter emitter, TypeEntry type, Vector elements, TypeEntry extendType, Vector attributes, Set reservedPropNames)
Constructor.
JavaBeanWriter.JavaBeanWriter(Emitter emitter, TypeEntry type, Vector elements, TypeEntry extendType, Vector attributes, JavaWriter helper)
Constructor.
JavaEnumTypeWriter.JavaEnumTypeWriter(Emitter emitter, TypeEntry type, Vector elements)
Constructor.
Constructor.
Constructor.

Fields of type org.apache.axis.wsdl.symbolTable.TypeEntry

TypeEntry
Field extendType
TypeEntry
Field type

Methods with parameter type org.apache.axis.wsdl.symbolTable.TypeEntry

JavaWriter
JavaTypeWriter.getBeanHelperWriter(Emitter emitter, TypeEntry type, Vector elements, TypeEntry base, Vector attributes, boolean forException)
getHelperWriter
JavaWriter
getBeanWriter
JavaWriter
getEnumWriter
Generator
Method getGenerator
Generator
getHolderWriter
QName
QName
String
Returns a "wrapper" type for the given TypeEntry.
QName
Get the QName that could be used in the xsi:type when serializing an object of the given type.
String
Utils.holder(TypeEntry type, Emitter emitter)
boolean
Method isPrimitiveType
int
JavaGeneratorFactory.javifyTypeEntryName(SymbolTable symbolTable, TypeEntry entry, HashMap anonQNames, int uniqueNum)
Refactored to call recursively for JAX-RPC 1.1 spec 4.2.5.
boolean
String
Utils.wrapPrimitiveType(TypeEntry type, String var)
Return a string with "var" wrapped as an Object type if needed
void
Method writeSerializationInit

Methods with return type org.apache.axis.wsdl.symbolTable.TypeEntry

TypeEntry
JavaBeanWriter.getElementDecl(String elementName)
Returns the TypeEntry of the given element

Uses in package org.apache.axis.wsdl.gen

Methods with parameter type org.apache.axis.wsdl.symbolTable.TypeEntry

Generator
Get a Generator implementation that will generate bindings for the given Type.
Generator
Method getGenerator

Uses in package org.apache.axis.wsdl.symbolTable

Classes derived from org.apache.axis.wsdl.symbolTable.TypeEntry

class
This Type is for a QName represents a Base Type (i.e.
class
This Element is for a QName that is a 'collection'.
class
This Type is for a QName that is a 'collection'.
class
This Type is for a QName that is an element, these types are only emitted if referenced by a ref= or an element=.
class
This Type is for a QName that is a complex or simple type, these types are always emitted.
class
This class represents a TypeEntry that is a type (complexType, simpleType, etc.
class
This class represents a TypeEntry that is a type (complexType, simpleType, etc.
class
This represents a QName found in a reference but is not defined.
class
This represents a QName found in a reference but is not defined.

Constructors with parameter type org.apache.axis.wsdl.symbolTable.TypeEntry

CollectionElement.CollectionElement(QName pqName, TypeEntry refType, Node pNode, String dims)
Constructor CollectionElement
CollectionType.CollectionType(QName pqName, TypeEntry refType, Node pNode, String dims, boolean wrapped)
Constructor CollectionType
DefinedElement.DefinedElement(QName pqName, TypeEntry refType, Node pNode, String dims)
Create an element type defined by a ref/type attribute
DefinedType.DefinedType(QName pqName, TypeEntry refType, Node pNode, String dims)
Constructor DefinedType
Element.Element(QName pqName, TypeEntry refType, Node pNode, String dims)
Create an Element object for an xml construct that references a type that has not been defined yet.
Constructor ElementDecl
Type.Type(QName pqName, TypeEntry refType, Node pNode, String dims)
Create a TypeEntry object for an xml construct that references a type that has not been defined yet.
TypeEntry.TypeEntry(QName pqName, TypeEntry refType, Node pNode, String dims)
Create a TypeEntry object for an xml construct that references another type.

Fields of type org.apache.axis.wsdl.symbolTable.TypeEntry

TypeEntry
Field extensionBase
TypeEntry
Field refType
TypeEntry

Methods with parameter type org.apache.axis.wsdl.symbolTable.TypeEntry

TypeEntry
Returns the base type of a given type with its symbol table.
HashSet
This method returns a set of all types that are derived from this type via an extension of a complexType
HashSet
Utils.getNestedTypes(TypeEntry type, SymbolTable symbolTable, boolean derivedFlag)
This method returns a set of all the nested types.
void
Register referrant TypeEntry so that the code can update the TypeEntry when the Undefined Element or Type is defined
void
Register referrant TypeEntry so that the code can update the TypeEntry when the Undefined Element or Type is defined
void
Register referrant TypeEntry so that the code can update the TypeEntry when the Undefined Element or Type is defined
void
Register referrant TypeEntry so that the code can update the TypeEntry when the Undefined Element or Type is defined
void
Method setRefType
void
void
Set the TypeEntry of the parameter.
void
Call update with the actual TypeEntry.
void
Call update with the actual TypeEntry.
void
Call update with the actual TypeEntry.
void
Call update with the actual TypeEntry.
boolean
UpdateUndefined is called when the ref TypeEntry is finally known.

Methods with return type org.apache.axis.wsdl.symbolTable.TypeEntry

TypeEntry
Returns the base type of a given type with its symbol table.
TypeEntry
If the specified node represents a supported JAX-RPC complexType/element which extends another complexType.
TypeEntry
Look for the base type of node iff node is a complex type that has been derived by restriction; otherwise return null.
TypeEntry
Get a TypeEntry for the base type of this type, if one exists.
TypeEntry
If this type references another type, return that type, otherwise return null.
TypeEntry
TypeEntry
Get the TypeEntry of the parameter.
TypeEntry
SymbolTable.getTypeEntry(QName qname, boolean wantElementType)
Get the type entry for the given qname.
TypeEntry
getUndefinedTypeRef returns the Undefined TypeEntry that this entry depends on or NULL.

Uses in package org.apache.axis.description

Fields of type org.apache.axis.wsdl.symbolTable.TypeEntry

TypeEntry
A TypeEntry corresponding to this parameter

Copyright B) 2005 Apache Web Services Project. All Rights Reserved.