Frames | No Frames |
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. | |
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 | |
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 | 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
|
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
|
Fields of type org.apache.axis.wsdl.symbolTable.TypeEntry | |
TypeEntry | A TypeEntry corresponding to this parameter |
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 | |
Constructor CollectionElement
| |
Constructor CollectionType
| |
Create an element type defined by a ref/type attribute
| |
Constructor DefinedType
| |
Create an Element object for an xml construct that references a type that has
not been defined yet. | |
Constructor ElementDecl
| |
Create a TypeEntry object for an xml construct that references a type that has
not been defined yet. | |
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 | 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 | Get the type entry for the given qname. |
TypeEntry | getUndefinedTypeRef returns the Undefined TypeEntry that this entry depends on or NULL. |