Package org.apache.axis.wsdl.symbolTable
Class UndefinedDelegate
- java.lang.Object
-
- org.apache.axis.wsdl.symbolTable.UndefinedDelegate
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
register(TypeEntry referrant)
Register referrant TypeEntry so that the code can update the TypeEntry when the Undefined Element or Type is definedvoid
update(TypeEntry def)
Call update with the actual TypeEntry.
-
-
-
Method Detail
-
register
public void register(TypeEntry referrant)
Register referrant TypeEntry so that the code can update the TypeEntry when the Undefined Element or Type is defined
-
-