|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Type | |
org.apache.axis.wsdl |
Uses of Type in org.apache.axis.wsdl |
Subclasses of Type in org.apache.axis.wsdl | |
class |
BaseJavaType
This Type is for a QName represents a Base Java Type (i.e. |
class |
DefinedType
This Type is for a QName that is a complex or simple type, these types are always emitted. |
class |
ElementType
This Type is for a QName that is an element, these types are only emitted if referenced by a ref= or an element=. |
class |
RefdType
This Type is for a QName found in a reference is not defined. |
Fields in org.apache.axis.wsdl declared as Type | |
Type |
Parameter.type
|
Type |
Parameters.returnType
|
Methods in org.apache.axis.wsdl that return Type | |
Type |
SymbolTable.getTypeEntry(javax.wsdl.QName qname)
Get the non-ElementType TypeEntry with the given QName. |
Methods in org.apache.axis.wsdl with parameters of type Type | |
protected java.lang.String |
JavaWriter.wrapPrimitiveType(Type type,
java.lang.String var)
Return a string with "var" wrapped as an Object type if needed |
protected java.lang.String |
JavaWriter.getResponseString(Type 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(Type type)
|
Writer |
JavaWriterFactory.getWriter(Type type,
SymbolTable symbolTable)
Return Wsdl2java's JavaTypeWriter object. |
static java.lang.String |
Utils.holder(Type type)
Given a type, return the Java mapping of that type's holder. |
Writer |
WriterFactory.getWriter(Type type,
SymbolTable symbolTable)
Get a Writer implementation that will generate bindings for the given Type. |
Constructors in org.apache.axis.wsdl with parameters of type Type | |
JavaEnumTypeWriter(Emitter emitter,
Type type,
java.util.Vector elements)
Constructor. |
|
JavaHolderWriter(Emitter emitter,
Type type)
Constructor. |
|
Type(javax.wsdl.QName pqName,
Type refType,
org.w3c.dom.Node pNode)
Create a Type object for an xml construct that references another type. |
|
ElementType(javax.wsdl.QName pqName,
Type refType,
org.w3c.dom.Node pNode)
Create an element type defined by a ref/type attribute |
|
JavaComplexTypeWriter(Emitter emitter,
Type type,
java.util.Vector elements)
Constructor. |
|
JavaTypeWriter(Emitter emitter,
Type type,
SymbolTable symbolTable)
Constructor. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |