org.apache.axis.wsdl.symbolTable
public class UndefinedType extends Type implements Undefined
| Constructor Summary | |
|---|---|
| UndefinedType(QName pqName)
Construct a referenced (but as of yet undefined) type
| |
| Method Summary | |
|---|---|
| void | register(TypeEntry referrant)
Register referrant TypeEntry so that
the code can update the TypeEntry when the Undefined Element or Type is defined
|
| void | update(TypeEntry def)
Call update with the actual TypeEntry. |
Parameters: pqName
Parameters: referrant
Parameters: def
Throws: IOException