|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TypeEntry | |
org.apache.axis.description | |
org.apache.axis.wsdl.toJava |
Uses of TypeEntry in org.apache.axis.description |
Fields in org.apache.axis.description declared as TypeEntry | |
TypeEntry |
Parameter.typeEntry
A TypeEntry corresponding to this parameter |
Uses of TypeEntry in org.apache.axis.wsdl.toJava |
Subclasses of TypeEntry in org.apache.axis.wsdl.toJava | |
class |
BaseType
This Type is for a QName represents a Base Type (i.e. |
class |
CollectionType
This Type is for a QName that is a 'collection'. |
class |
DefinedElement
This Type is for a QName that is an element, these types are only emitted if referenced by a ref= or an element=. |
class |
DefinedType
This Type is for a QName that is a complex or simple type, these types are always emitted. |
class |
Element
This class represents a TypeEntry that is a type (complexType, simpleType, etc. |
class |
Type
This class represents a TypeEntry that is a type (complexType, simpleType, etc. |
class |
UndefinedElement
This represents a QName found in a reference but is not defined. |
class |
UndefinedType
This represents a QName found in a reference but is not defined. |
Fields in org.apache.axis.wsdl.toJava declared as TypeEntry | |
protected TypeEntry |
TypeEntry.refType
|
TypeEntry |
Parameters.returnType
|
Methods in org.apache.axis.wsdl.toJava that return TypeEntry | |
protected TypeEntry |
TypeEntry.getUndefinedTypeRef()
getUndefinedTypeRef returns the Undefined TypeEntry that this entry depends on or NULL. |
TypeEntry |
TypeEntry.getRefType()
If this type references another type, return that type, otherwise return null. |
TypeEntry |
Parameter.getType()
|
TypeEntry |
SymbolTable.getTypeEntry(javax.wsdl.QName qname,
boolean wantElementType)
Get the type entry for the given qname. |
TypeEntry |
ElementDecl.getType()
|
static TypeEntry |
SchemaUtils.getComplexElementExtensionBase(org.w3c.dom.Node node,
SymbolTable symbolTable)
If the specified node represents a supported JAX-RPC complexType/element which extends another complexType. |
Methods in org.apache.axis.wsdl.toJava with parameters of type TypeEntry | |
protected java.lang.String |
JavaWriter.wrapPrimitiveType(TypeEntry type,
java.lang.String var)
Return a string with "var" wrapped as an Object type if needed |
protected java.lang.String |
JavaWriter.getResponseString(TypeEntry type,
java.lang.String var)
Return the Object variable 'var' cast to the appropriate type doing the right thing for the primitive types. |
protected boolean |
JavaWriter.isPrimitiveType(TypeEntry type)
|
protected boolean |
TypeEntry.updateUndefined(TypeEntry oldRef,
TypeEntry newRef)
UpdateUndefined is called when the ref TypeEntry is finally known. |
void |
Parameter.setType(TypeEntry type)
|
void |
UndefinedElement.register(TypeEntry referrant)
Register referrant TypeEntry so that the code can update the TypeEntry when the Undefined Element or Type is defined |
void |
UndefinedElement.update(TypeEntry def)
Call update with the actual TypeEntry. |
void |
ElementDecl.setType(TypeEntry type)
|
Writer |
JavaWriterFactory.getWriter(TypeEntry type,
SymbolTable symbolTable)
Return Wsdl2java's JavaTypeWriter object. |
void |
UndefinedType.register(TypeEntry referrant)
Register referrant TypeEntry so that the code can update the TypeEntry when the Undefined Element or Type is defined |
void |
UndefinedType.update(TypeEntry def)
Call update with the actual TypeEntry. |
static java.lang.String |
Utils.holder(TypeEntry type,
SymbolTable symbolTable)
Given a type, return the Java mapping of that type's holder. |
void |
Undefined.register(TypeEntry referrant)
Register referrant TypeEntry so that the code can update the TypeEntry when the Undefined Element or Type is defined |
void |
Undefined.update(TypeEntry def)
Call update with the actual TypeEntry. |
void |
UndefinedDelegate.register(TypeEntry referrant)
Register referrant TypeEntry so that the code can update the TypeEntry when the Undefined Element or Type is defined |
void |
UndefinedDelegate.update(TypeEntry def)
Call update with the actual TypeEntry. |
Writer |
WriterFactory.getWriter(TypeEntry type,
SymbolTable symbolTable)
Get a Writer implementation that will generate bindings for the given Type. |
Constructors in org.apache.axis.wsdl.toJava with parameters of type TypeEntry | |
TypeEntry(javax.wsdl.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. |
|
Type(javax.wsdl.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. |
|
Element(javax.wsdl.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. |
|
JavaEnumTypeWriter(Emitter emitter,
TypeEntry type,
java.util.Vector elements)
Constructor. |
|
DefinedType(javax.wsdl.QName pqName,
TypeEntry refType,
org.w3c.dom.Node pNode,
java.lang.String dims)
|
|
CollectionType(javax.wsdl.QName pqName,
TypeEntry refType,
org.w3c.dom.Node pNode,
java.lang.String dims)
|
|
ElementDecl(TypeEntry type,
QName name)
|
|
JavaHolderWriter(Emitter emitter,
TypeEntry type)
Constructor. |
|
JavaComplexTypeWriter(Emitter emitter,
TypeEntry type,
java.util.Vector elements,
TypeEntry extendType,
java.util.Vector attributes)
Constructor. |
|
JavaTypeWriter(Emitter emitter,
TypeEntry type,
SymbolTable symbolTable)
Constructor. |
|
DefinedElement(javax.wsdl.QName pqName,
TypeEntry refType,
org.w3c.dom.Node pNode,
java.lang.String dims)
Create an element type defined by a ref/type attribute |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |