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 java.lang.Object
implements SchemaDeferredAction


Field Summary
protected  org.apache.cxf.binding.corba.wsdl.Alias alias
           
 
Constructor Summary
TypedefDeferredAction(org.apache.cxf.binding.corba.wsdl.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 org.apache.cxf.binding.corba.wsdl.Alias alias
Constructor Detail

TypedefDeferredAction

public TypedefDeferredAction(org.apache.cxf.binding.corba.wsdl.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