Class TypedefDeferredAction
- java.lang.Object
-
- org.apache.cxf.tools.corba.processors.idl.TypedefDeferredAction
-
- All Implemented Interfaces:
DeferredAction,SchemaDeferredAction
public class TypedefDeferredAction extends Object implements SchemaDeferredAction
-
-
Constructor Summary
Constructors Constructor Description TypedefDeferredAction(Alias aliasType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexecute(org.apache.ws.commons.schema.XmlSchemaType stype, CorbaTypeImpl ctype)
-
-
-
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:
executein interfaceSchemaDeferredAction
-
-