Apache CXF API

org.apache.cxf.tools.corba.processors.idl
Class TypedefDeferredAction

java.lang.Object
  extended by org.apache.cxf.tools.corba.processors.idl.TypedefDeferredAction
All Implemented Interfaces:
DeferredAction, SchemaDeferredAction

public class TypedefDeferredAction
extends Object
implements SchemaDeferredAction


Field Summary
protected  Alias alias
           
 
Constructor Summary
TypedefDeferredAction(Alias aliasType)
           
 
Method Summary
 void execute(org.apache.ws.commons.schema.XmlSchemaType stype, CorbaTypeImpl ctype)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

alias

protected Alias alias
Constructor Detail

TypedefDeferredAction

public TypedefDeferredAction(Alias aliasType)
Method Detail

execute

public void execute(org.apache.ws.commons.schema.XmlSchemaType stype,
                    CorbaTypeImpl ctype)
Specified by:
execute in interface SchemaDeferredAction

Apache CXF API

Apache CXF